Skip to content

Commit 8c2b935

Browse files
authored
Merge pull request #746 from European-XFEL/dependabot-gha-relax
Only update Github actions on major versions
2 parents 9f5dcd8 + b381d47 commit 8c2b935

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ updates:
1717
actions:
1818
patterns:
1919
- "*"
20+
# We currently only specify a major version of actions (e.g. actions/checkout@v6)
21+
# So we only want to change it when the major version changes.
22+
ignore:
23+
- dependency-name: "*"
24+
update-types: ["version-update:semver-patch", "version-update:semver-minor"]

0 commit comments

Comments
 (0)