We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7aff32 commit 0e65177Copy full SHA for 0e65177
.github/dependabot.yml
@@ -1,7 +1,15 @@
1
# See https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem
2
version: 2
3
updates:
4
- - package-ecosystem: "gomod"
5
- directory: "/"
+ - package-ecosystem: github-actions
+ directory: /
6
schedule:
7
- interval: "daily"
+ interval: weekly
8
+ - package-ecosystem: gomod
9
+ directories:
10
+ - /
11
+ - /interceptors/logging/examples
12
+ - /providers/prometheus
13
+ - /examples
14
+ schedule:
15
0 commit comments