Create dependabot.yml (#107)

* Create dependabot.yml

* format

* directory for npm
This commit is contained in:
David Gamero
2024-09-03 16:01:27 -04:00
committed by GitHub
parent 2a0a121944
commit 0b4bd0b42d

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

@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
groups:
actions:
patterns:
- '*'
- package-ecosystem: github-actions
directory: .github/workflows
schedule:
interval: weekly
groups:
actions:
patterns:
- '*'