Skip to content

Commit

Permalink
Dependabot: Ignore minor and patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Edoardo Pirovano committed Sep 14, 2021
1 parent adfea76 commit 9db151d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ updates:
day: "thursday" # Gives us a working day to merge this before our typical release
labels:
- "Update dependencies"
ignore:
dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
- package-ecosystem: "npm"
directory: "/runner"
schedule:
interval: "weekly"
day: "thursday" # Gives us a working day to merge this before our typical release
ignore:
dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]

0 comments on commit 9db151d

Please sign in to comment.