Skip to content

Commit

Permalink
Dependabot ignore patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenengler committed Feb 7, 2024
1 parent c7544a2 commit 1705b1a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# documentation at: https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
# documentation at:
# https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2

Expand All @@ -7,3 +8,6 @@ updates:
directory: '/'
schedule:
interval: 'daily'
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

0 comments on commit 1705b1a

Please sign in to comment.