Skip to content

Commit

Permalink
build: Update GitHub Actions using dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
jachym-tousek-keboola committed Oct 22, 2024
1 parent d15022d commit 03a6974
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,17 @@

version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
groups:
all:
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
Expand Down

0 comments on commit 03a6974

Please sign in to comment.