1
0
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:
Alexander Wilms
2024-01-14 00:59:41 +00:00
parent 4b8f8d90f6
commit a0565e522b

11
.github/.dependabot.yml vendored Normal file
View 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"