Skip to content

Commit

Permalink
feat: use renovate instead of dependabot
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Bähler <[email protected]>
  • Loading branch information
oliverbaehler committed Nov 24, 2024
1 parent 1d53811 commit 15aa4ef
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/dependabot.yml

This file was deleted.

27 changes: 27 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":dependencyDashboard"],
"baseBranches": ["main"],
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"branchConcurrentLimit": 0,
"mode": "full",
"commitMessageLowerCase": "auto",
"semanticCommits": "enabled",
"semanticCommitType": "feat",
"flux": {
"fileMatch": ["^.*flux\\.yaml$"]
},
"packageRules": [
{
"matchManagers": ["github-actions", "flux"],
"groupName": "all-ci-updates",
"updateTypes": ["major", "minor", "patch"]
},
{
"matchManagers": ["gomod"],
"groupName": "all-go-updates",
"updateTypes": ["minor", "patch"]
}
]
}

0 comments on commit 15aa4ef

Please sign in to comment.