Github: Enable dependabot to make PR's for automatic updates of actions modules

This commit is contained in:
Igor Pecovnik
2024-09-25 14:54:44 +02:00
committed by Igor
parent b9166eb800
commit ecc81b01d0

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

@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"