Compare commits

...

3 Commits

Author SHA1 Message Date
David Gamero 99a67fc861 directory for npm 2024-09-03 15:31:29 -04:00
David Gamero b69ae10816 format 2024-09-03 15:13:33 -04:00
David Gamero 8c6b38b357 Create dependabot.yml 2024-09-03 13:54:48 -04:00
+18
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:
- '*'