Skip to content

Commit

Permalink
Let dependabot ignore patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Aug 27, 2021
1 parent fee39fc commit a6345f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -9,3 +9,6 @@ updates:
directory: '/' # Location of package manifests
schedule:
interval: 'daily'
ignore:
- dependency-name: '*'
update-types: ['version-update:semver-patch']

0 comments on commit a6345f0

Please sign in to comment.