Add dependabot.yml.

Inspired by template at 2e5a157793/.github/dependabot.yml
This commit is contained in:
Fabio Niephaus 2025-01-21 08:59:15 +01:00 committed by Fabio Niephaus
parent 7b74bd8bd8
commit 71b1e905e2

26
.github/dependabot.yml vendored Normal file
View File

@ -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