Skip to content

Commit

Permalink
Group updates to Docker reusable actions
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave committed Sep 25, 2023
1 parent d07b64d commit 088cb31
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ updates:
schedule:
interval: "weekly"
target-branch: "main"
groups:
docker:
patterns:
- docker/*
- crazymax/ghaction-github-runtime
- package-ecosystem: "docker"
directory: "/"
schedule:
Expand Down Expand Up @@ -93,6 +98,11 @@ updates:
schedule:
interval: "weekly"
target-branch: "release/0.subscriber-01"
groups:
docker:
patterns:
- docker/*
- crazymax/ghaction-github-runtime
- package-ecosystem: "docker"
directory: "/"
schedule:
Expand Down Expand Up @@ -143,6 +153,11 @@ updates:
schedule:
interval: "weekly"
target-branch: "release/0.5"
groups:
docker:
patterns:
- docker/*
- crazymax/ghaction-github-runtime
- package-ecosystem: "docker"
directory: "/"
schedule:
Expand Down

0 comments on commit 088cb31

Please sign in to comment.