Added github dependabot
This commit is contained in:
parent
fc3cfc9989
commit
d3f2240de9
1 changed files with 12 additions and 0 deletions
12
.github/dependabot.yml
vendored
Normal file
12
.github/dependabot.yml
vendored
Normal 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"
|
Loading…
Add table
Reference in a new issue