Skip to content

Commit

Permalink
Update dependabot config to ignore major versions (#16)
Browse files Browse the repository at this point in the history
* update to ignore major
* Remove npm label (all deps are npm)
  • Loading branch information
GCHQDeveloper81 authored Jul 29, 2024
1 parent 3cb8d6c commit a1a54cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ updates:
commit-message:
prefix: 'chore(deps): '
labels:
- 'npm'
- 'dependencies'
ignore:
- dependency-name: '*'
update-types: ['version-update:semver-major']
groups:
#
# Grouping so we don't get a seperate PR for every minor and patch version.
Expand Down

0 comments on commit a1a54cf

Please sign in to comment.