Added github's dependabot
This commit is contained in:
parent
01b9808b1d
commit
8cde13068c
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: "/"
|
||||
package-ecosystem: "gomod"
|
||||
schedule:
|
||||
interval: "daily"
|
Loading…
Add table
Add a link
Reference in a new issue