Skip to content

Commit 691fa1d

Browse files
authored
Use Renovate instead of Dependabot for updates of GitHub Actions (#2132)
1 parent 3e18f17 commit 691fa1d

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "github-actions"
4-
directory: "/"
5-
schedule:
6-
interval: "weekly"
7-
labels:
8-
- "dependencies"
9-
- "component: build"
103
- package-ecosystem: "maven"
114
directory: "/org.jacoco.build"
125
schedule:

.github/renovate.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
"enabled": false
1515
},
1616
{
17-
"description": "Enable updates of GitHub Actions Runner Images",
18-
"matchDatasources": ["github-runners"],
17+
"description": "Enable updates of GitHub Actions",
18+
"matchManagers": ["github-actions"],
19+
"pinDigests": true,
1920
"enabled": true,
2021
"addLabels": ["component: build"]
2122
},

0 commit comments

Comments
 (0)