Skip to content

Commit

Permalink
Merge pull request #142 from ottnorml/ci/dependabot
Browse files Browse the repository at this point in the history
ci: add dependabot for gh-actions and npm packages
  • Loading branch information
twobiers committed Oct 6, 2023
2 parents d527716 + 7648d7d commit 7191f8d
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
open-pull-requests-limit: 5
schedule:
day: saturday
interval: weekly

- package-ecosystem: npm
directory: /
open-pull-requests-limit: 5
schedule:
interval: daily
groups:
development-dependencies:
dependency-type: "development"
patterns:
- "*"
update-types:
- minor
- patch
production-dependencies:
dependency-type: "production"
patterns:
- "*"
update-types:
- minor
- patch
ignore:
- dependency-name: "*"
update-types:
- version-update:semver-major

0 comments on commit 7191f8d

Please sign in to comment.