diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml new file mode 100644 index 0000000000..1be1f713fb --- /dev/null +++ b/.github/workflows/renovate.yml @@ -0,0 +1,20 @@ +name: Renovate Updates + +on: + schedule: + - cron: '0 * * * *' + workflow_dispatch: + +jobs: + renovate: + runs-on: ubuntu-latest + steps: + - name: Install Renovate + uses: actions/checkout@v2 + with: + token: ${{ secrets.GITHUB_TOKEN }} + - name: Run Renovate + uses: renovatebot/forking-renovate@main + with: + baseBranches: main,3.x + createPullRequests: true \ No newline at end of file diff --git a/renovate.json b/renovate.json index 35ff529e20..67db7b42e5 100644 --- a/renovate.json +++ b/renovate.json @@ -2,8 +2,6 @@ "extends": [ "config:base" ], - "baseBranches": ["main", "3.x"], - "useBaseBranchConfig": "merge", "ignorePaths": [".kokoro/requirements.txt"], "packageRules": [{ "matchPackageNames": [