Skip to content

Commit 5f1e9ad

Browse files
authored
ci(dependabot): allow github-actions major bumps (#8)
Remove the semver-major ignore from the github-actions ecosystem so action major upgrades (Node-runtime bumps) get PRs. npm/docker majors stay gated.
1 parent db31383 commit 5f1e9ad

1 file changed

Lines changed: 17 additions & 21 deletions

File tree

.github/dependabot.yml

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
11
version: 2
22
updates:
3-
- package-ecosystem: github-actions
4-
directory: /
5-
schedule:
6-
interval: monthly
7-
commit-message:
8-
prefix: ci
9-
labels:
10-
- ci
11-
- automated
12-
groups:
13-
github-actions:
14-
patterns:
15-
- '*'
16-
github_actions_security:
17-
applies-to: security-updates
18-
patterns:
19-
- '*'
20-
ignore:
21-
- dependency-name: '*'
22-
update-types:
23-
- version-update:semver-major
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: monthly
7+
commit-message:
8+
prefix: ci
9+
labels:
10+
- ci
11+
- automated
12+
groups:
13+
github-actions:
14+
patterns:
15+
- '*'
16+
github_actions_security:
17+
applies-to: security-updates
18+
patterns:
19+
- '*'

0 commit comments

Comments
 (0)