Skip to content

Commit

Permalink
Configure Renovate (#4)
Browse files Browse the repository at this point in the history
* Add renovate.json

* renovate: Update config

- Move config to .github/
- Add branch prefix
- Add :maintainLockFilesMonthly

* renovate: Update Git submodules

* renovate: Update Git submodules monthly

* renovate: Update googleapis monthly and update other Git submodules at any time

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Brad Keryan <[email protected]>
  • Loading branch information
renovate[bot] and bkeryan authored Nov 13, 2023
1 parent 249e8bf commit cbfd7e2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"branchPrefix": "users/renovate/",
"extends": ["config:recommended", ":maintainLockFilesMonthly"],
"git-submodules": {
"enabled": true
},
"packageRules": [
{
"matchPackageNames": ["third_party/googleapis"],
"extends": ["schedule:monthly"]
}
]
}

0 comments on commit cbfd7e2

Please sign in to comment.