Skip to content

Commit 7b0e3d9

Browse files
chrisburraldbr
authored andcommitted
chore: consolidate dependency management to Renovate-only
Replace Dependabot with Renovate for dependency version updates, matching the approach already used in diracx-charts and diracx.
1 parent 4880b47 commit 7b0e3d9

2 files changed

Lines changed: 12 additions & 18 deletions

File tree

.github/dependabot.yml

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

renovate.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:recommended"],
4+
"minimumReleaseAge": "7 days",
5+
"packageRules": [
6+
{
7+
"description": "Group all GitHub Actions updates together",
8+
"matchManagers": ["github-actions"],
9+
"groupName": "GitHub Actions"
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)