mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Add Dependabot configuration to update GitHub Actions
This commit is contained in:
11
.github/.dependabot.yml
vendored
Normal file
11
.github/.dependabot.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot#example-dependabotyml-file-for-github-actions
|
||||
# Set update schedule for GitHub Actions
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
# Check for updates to GitHub Actions every day
|
||||
interval: "daily"
|
Reference in New Issue
Block a user