Add github actions dependabot automation.

This commit is contained in:
2024-06-30 09:05:50 +12:00
parent dde817962b
commit a8697c2fc2

View File

@ -1,7 +1,13 @@
--- ---
version: 2 version: 2
updates: updates:
- package-ecosystem: npm - package-ecosystem: npm
directory: / directory: /
schedule: schedule:
interval: weekly interval: weekly
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly