1
1
mirror of https://github.com/casey/just.git synced 2024-08-16 09:20:24 +03:00

Keep GitHub Actions up to date with Dependabot (#1868)

This commit is contained in:
Christian Clauss 2024-01-25 00:12:18 +01:00 committed by GitHub
parent dcca9681e2
commit f5d101cea4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
groups:
GitHub_Actions:
patterns:
- "*" # open a single pull request to update all actions
schedule:
interval: weekly