1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Merge pull request #3488 from Alexander-Wilms/dependabot-config

Add Dependabot configuration to update GitHub Actions
This commit is contained in:
Ivan Savenko
2024-01-14 14:18:21 +02:00
committed by GitHub

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"