Skip to content

Commit

Permalink
chore: workflow for renovate action (#2098)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddixit14 authored Aug 11, 2023
1 parent 3506288 commit e47990e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 0 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"extends": [
"config:base"
],
"baseBranches": ["main", "3.x"],
"useBaseBranchConfig": "merge",
"ignorePaths": [".kokoro/requirements.txt"],
"packageRules": [{
"matchPackageNames": [
Expand Down

0 comments on commit e47990e

Please sign in to comment.