Skip to content

Commit

Permalink
Add renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Oct 31, 2024
1 parent 10f7334 commit 92c18cc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"commitMessagePrefix": "[dependencies]",
"extends": [
"config:base",
":disableRateLimiting"
],
"golang": {
"enabled": false
},
"packageRules": [
{
"matchManagers": [
"github-actions"
],
"groupName": "github-actions"
}
]
}

0 comments on commit 92c18cc

Please sign in to comment.