chore: reduce internal to avoid update-fatigue
This commit is contained in:
parent
17599df3d1
commit
75d6e874ed
1 changed files with 3 additions and 3 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
@ -4,16 +4,16 @@ updates:
|
|||
directory: "/"
|
||||
target-branch: "master"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: "monthly"
|
||||
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/"
|
||||
target-branch: "master"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: "monthly"
|
||||
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/"
|
||||
target-branch: "master"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: "monthly"
|
||||
|
|
Loading…
Reference in a new issue