Skip to content

Commit

Permalink
dependabot: Fix indentation on groups config (#138)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Augustus <[email protected]>
  • Loading branch information
justaugustus authored Aug 1, 2023
1 parent 0378958 commit 27c0df9
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
golang-x:
patterns:
- "golang.org/x/*"
k8s-sigs:
patterns:
- "sigs.k8s.io/*"
spf13:
patterns:
- "github.com/spf13/cobra"
- "github.com/spf13/viper"
groups:
golang-x:
patterns:
- "golang.org/x/*"
k8s-sigs:
patterns:
- "sigs.k8s.io/*"
spf13:
patterns:
- "github.com/spf13/cobra"
- "github.com/spf13/viper"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
github:
patterns:
- "actions/*"
- "github/*"
groups:
github:
patterns:
- "actions/*"
- "github/*"
- package-ecosystem: "docker"
directory: /
schedule:
Expand Down

0 comments on commit 27c0df9

Please sign in to comment.