Private
Public Access
2
0

Add Dependabot config for updating Actions

This commit is contained in:
Alex T
2025-11-23 22:06:05 +01:00
committed by Tom Ingleby
parent 438db24159
commit 2b702a35c3

9
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,9 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"