Skip to content

Commit

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

0 comments on commit 153a1db

Please sign in to comment.