Skip to content

Commit

Permalink
github: group update gomod
Browse files Browse the repository at this point in the history
github: add docker update
github: add GH Actions update

Signed-off-by: Sandor Szücs <[email protected]>
  • Loading branch information
szuecs committed Sep 18, 2024
1 parent 9cabc36 commit 3ca2da1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,16 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
groups:
all-go-mod-patch-and-minor:
patterns: ["*"]
update-types: ["patch", "minor"]
- package-ecosystem: "github-actions"
directory: "/" # For GitHub Actions, set the directory to / to check for workflow files in .github/workflows
schedule:
interval: "weekly"
# Keep Docker dependencies up to date
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 3ca2da1

Please sign in to comment.