Added github's dependabot

This commit is contained in:
Julien Dessaux 2023-08-25 23:23:13 +02:00
parent 01b9808b1d
commit 8cde13068c
Signed by: adyxax
GPG key ID: F92E51B86E07177E

12
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,12 @@
---
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
version: 2
updates:
- directory: "/"
package-ecosystem: "github-actions"
schedule:
interval: "daily"
- directory: "/"
package-ecosystem: "gomod"
schedule:
interval: "daily"