Skip to content

Commit

Permalink
Merge pull request #9 from google/add-renovatebot
Browse files Browse the repository at this point in the history
Add renovatebot config
  • Loading branch information
another-rex authored May 3, 2024
2 parents 57ddf9f + e847f4e commit 1d49da2
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"timezone": "Australia/Sydney",
"schedule": [
"before 6am on wednesday"
],
"labels": [
"dependencies"
],
"osvVulnerabilityAlerts": true,
"packageRules": [
{
"matchUpdateTypes": [
"major"
],
"enabled": true,
"groupName": "major-bump"
},
{
"matchFileNames": [
".github/**"
],
"groupName": "workflows"
}
]
}

0 comments on commit 1d49da2

Please sign in to comment.