Create dependabot.yml
This commit is contained in:
parent
af1bd01e2f
commit
c53f2cc50d
7
.github/dependabot.yml
vendored
Normal file
7
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
# .github/dependabot.yml
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions" # This specifies that you want to update GitHub Actions.
|
||||
directory: ".github/workflows" # The directory where your workflow files are located.
|
||||
schedule:
|
||||
interval: "weekly" # Update frequency. Options include daily, weekly, and monthly.
|
Loading…
Reference in New Issue
Block a user