Update dependabot config to include tools directory (#265)
* Update dependabot config to include `tools` directory * Update dependabot.yml * Update dependabot.yml
This commit is contained in:
parent
3cdbd2dca9
commit
2eaa836f99
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@ -2,8 +2,14 @@
|
||||
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
|
||||
version: 2
|
||||
updates:
|
||||
# Maintain dependencies for Go modules
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/"
|
||||
schedule:
|
||||
# Check for updates to Go modules every weekday
|
||||
interval: "daily"
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/tools"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "github-actions"
|
||||
|
Loading…
x
Reference in New Issue
Block a user