Skip to content

Commit

Permalink
Merge pull request #3132 from github/koesie10/dependabot-all
Browse files Browse the repository at this point in the history
Do not ignore patch/minor updates in Dependabot configuration
  • Loading branch information
koesie10 authored Dec 13, 2023
2 parents a2294bb + 6124999 commit 61c9503
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,10 @@ updates:
day: "thursday" # Thursday is arbitrary
labels:
- "Update dependencies"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "thursday" # Thursday is arbitrary
labels:
- "Update dependencies"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]

0 comments on commit 61c9503

Please sign in to comment.