mirror of
https://github.com/casey/just.git
synced 2025-08-04 15:08:39 +00:00
Keep GitHub Actions up to date with Dependabot (#1868)
This commit is contained in:
parent
dcca9681e2
commit
f5d101cea4
1 changed files with 10 additions and 0 deletions
10
.github/dependabot.yml
vendored
Normal file
10
.github/dependabot.yml
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue