Skip to content

Commit

Permalink
Add dependabot.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jan 21, 2025
1 parent c09e29b commit 54fdc01
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
groups:
actions-minor:
update-types:
- minor
- patch

- package-ecosystem: npm
directory: /
schedule:
interval: monthly
groups:
npm-development:
dependency-type: development
update-types:
- minor
- patch
npm-production:
dependency-type: production
update-types:
- patch

0 comments on commit 54fdc01

Please sign in to comment.