Skip to content

Commit 36baaf7

Browse files
Merge pull request #34 from Nordix/tuomo/no-major-bumps-for-actions
🌱 do not bump major version of github actions
2 parents ba15f97 + af10563 commit 36baaf7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ updates:
1212
target-branch: main
1313
## group all action bumps into single PR
1414
groups:
15-
all-github-actions:
15+
github-actions:
1616
patterns: ["*"]
17+
ignore:
18+
# Ignore major bumps in main, as it breaks the group bump process
19+
- dependency-name: "*"
20+
update-types: ["version-update:semver-major"]
1721
commit-message:
1822
prefix: ":seedling:"
1923
labels:

0 commit comments

Comments
 (0)