Skip to content

Commit

Permalink
ci: configure dependabot to omit major versions bumps (#48)
Browse files Browse the repository at this point in the history
* ci: configure dependabot to omit major versions bumps

* ci: rephrase dependabot job description
  • Loading branch information
SebastianSedzik committed Jan 7, 2024
1 parent 4cbdcbb commit 7d031d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
version: 2
updates:
# Weekly non-major updates for NPM dependencies
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-major" ]

0 comments on commit 7d031d2

Please sign in to comment.