Create dependabot.yml

This commit is contained in:
volschin
2022-11-08 23:14:51 +01:00
committed by GitHub
parent 6b8ced0287
commit bd33ebf6a8
+17
View File
@@ -0,0 +1,17 @@
# Set update schedule for GitHub Actions
version: 2
updates:
- package-ecosystem: "docker" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
- package-ecosystem: 'go'
directory: '/'
schedule:
interval: 'daily'