Skip to content

Commit

Permalink
dependabot.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Raghavendra Talur <[email protected]>
  • Loading branch information
raghavendra-talur committed Nov 26, 2024
1 parent 6f4bd6b commit c13653b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
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

View workflow job for this annotation

GitHub Actions / Linters

1:1 [document-start] missing document start "---"

Check warning on line 1 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Linters

1:1 [document-start] missing document start "---"

Check warning on line 1 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Linters

1:1 [document-start] missing document start "---"

Check warning on line 1 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Linters

1:1 [document-start] missing document start "---"

Check warning on line 1 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Linters

1:1 [document-start] missing document start "---"

Check warning on line 1 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Linters

1:1 [document-start] missing document start "---"

Check warning on line 1 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Linters

1:1 [document-start] missing document start "---"

Check warning on line 1 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Linters

1:1 [document-start] missing document start "---"

Check warning on line 1 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Linters

1:1 [document-start] missing document start "---"
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

View workflow job for this annotation

GitHub Actions / Linters

6:20 [comments] too few spaces before comment

Check warning on line 6 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Linters

6:20 [comments] too few spaces before comment

Check warning on line 6 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Linters

6:20 [comments] too few spaces before comment

Check warning on line 6 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Linters

6:20 [comments] too few spaces before comment

Check warning on line 6 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Linters

6:20 [comments] too few spaces before comment

Check warning on line 6 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Linters

6:20 [comments] too few spaces before comment

Check warning on line 6 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Linters

6:20 [comments] too few spaces before comment

Check warning on line 6 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Linters

6:20 [comments] too few spaces before comment

Check warning on line 6 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Linters

6:20 [comments] too few spaces before comment
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"

0 comments on commit c13653b

Please sign in to comment.