Added github dependabot

This commit is contained in:
Julien Dessaux 2023-08-26 23:21:36 +02:00
parent fc3cfc9989
commit d3f2240de9
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: "/search/"
package-ecosystem: "gomod"
schedule:
interval: "daily"