Skip to content

Commit 59cb969

Browse files
feat: use renovate instead of dependabot (#1261)
Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
1 parent 8d498bb commit 59cb969

File tree

2 files changed

+27
-16
lines changed

2 files changed

+27
-16
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

renovate.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:recommended", ":dependencyDashboard"],
4+
"baseBranches": ["main"],
5+
"prHourlyLimit": 0,
6+
"prConcurrentLimit": 0,
7+
"branchConcurrentLimit": 0,
8+
"mode": "full",
9+
"commitMessageLowerCase": "auto",
10+
"semanticCommits": "enabled",
11+
"semanticCommitType": "feat",
12+
"flux": {
13+
"fileMatch": ["^.*flux\\.yaml$"]
14+
},
15+
"packageRules": [
16+
{
17+
"matchManagers": ["github-actions", "flux"],
18+
"groupName": "all-ci-updates",
19+
"updateTypes": ["major", "minor", "patch"]
20+
},
21+
{
22+
"matchManagers": ["gomod"],
23+
"groupName": "all-go-updates",
24+
"updateTypes": ["minor", "patch"]
25+
}
26+
]
27+
}

0 commit comments

Comments
 (0)