-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
Signed-off-by: Raghavendra Talur <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
version: 2 | ||
Check warning on line 1 in .github/dependabot.yml GitHub Actions / Linters
Check warning on line 1 in .github/dependabot.yml GitHub Actions / Linters
Check warning on line 1 in .github/dependabot.yml GitHub Actions / Linters
Check warning on line 1 in .github/dependabot.yml GitHub Actions / Linters
Check warning on line 1 in .github/dependabot.yml GitHub Actions / Linters
Check warning on line 1 in .github/dependabot.yml GitHub Actions / Linters
Check warning on line 1 in .github/dependabot.yml GitHub Actions / Linters
Check warning on line 1 in .github/dependabot.yml GitHub Actions / Linters
|
||
enable-beta-ecosystems: true | ||
updates: | ||
# Dependencies listed in go.mod | ||
- package-ecosystem: "gomod" | ||
directory: "/" # Location of package manifests | ||
Check warning on line 6 in .github/dependabot.yml GitHub Actions / Linters
Check warning on line 6 in .github/dependabot.yml GitHub Actions / Linters
Check warning on line 6 in .github/dependabot.yml GitHub Actions / Linters
Check warning on line 6 in .github/dependabot.yml GitHub Actions / Linters
Check warning on line 6 in .github/dependabot.yml GitHub Actions / Linters
Check warning on line 6 in .github/dependabot.yml GitHub Actions / Linters
Check warning on line 6 in .github/dependabot.yml GitHub Actions / Linters
Check warning on line 6 in .github/dependabot.yml GitHub Actions / Linters
|
||
schedule: | ||
interval: "weekly" | ||
groups: | ||
golang-dependencies: | ||
patterns: | ||
- "github.com/golang*" | ||
k8s-dependencies: | ||
patterns: | ||
- "k8s.io*" | ||
- "sigs.k8s.io*" | ||
github-dependencies: | ||
patterns: | ||
- "github.com*" | ||
|
||
# Dependencies listed in .github/workflows/*.yml | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" |