mirror of
https://github.com/vishvananda/netns
synced 2025-02-17 03:56:48 +00:00
Make Dependabot watch github actions
This commit is contained in:
parent
7cae74baef
commit
8590eaee85
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
@ -1,7 +1,10 @@
|
||||
version: 2
|
||||
updates:
|
||||
# Dependencies listed in go.mod
|
||||
- package-ecosystem: "gomod"
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
- package-ecosystem: "gomod" # Dependencies listed in go.mod
|
||||
directory: "/" # Location of package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
Loading…
Reference in New Issue
Block a user