Skip to content

Commit

Permalink
ci: Add dependabot for website npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ottnorml authored Oct 4, 2023
1 parent 8e7e375 commit 4a22b29
Showing 1 changed file with 34 additions and 2 deletions.
36 changes: 34 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,41 @@ updates:
open-pull-requests-limit: 5
schedule:
interval: daily
versioning-strategy: increase-if-necessary
groups:
minor & patch:
development-dependencies-minor-patch:
dependency-type: "development"
patterns:
- "*"
update-types:
- minor
- patch
production-dependencies-minor-patch:
dependency-type: "production"
patterns:
- "*"
update-types:
- minor
- patch
ignore:
- dependency-name: "*"
update-types:
- version-update:semver-major
# website
- package-ecosystem: npm
directory: /website
open-pull-requests-limit: 5
schedule:
interval: daily
groups:
development-dependencies-minor-patch:
dependency-type: "development"
patterns:
- "*"
update-types:
- minor
- patch
production-dependencies-minor-patch:
dependency-type: "production"
patterns:
- "*"
update-types:
Expand Down

0 comments on commit 4a22b29

Please sign in to comment.