Skip to content

Commit

Permalink
Update dependabot config
Browse files Browse the repository at this point in the history
Add sub-directory within actions to update workflows found there.

Note: Will need to separately add any subdirectories for workflows not
found in the `.github` or `.github/workflows` directories. At the
moment, the dependabot config does not accept wildcards or multiple
inputs for the directory key.
  • Loading branch information
kaitj committed Feb 21, 2024
1 parent eb2909c commit c57066d
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 @@ -11,7 +11,22 @@ updates:
# PR label
labels:
- "skip_changelog"
commit-message:
prefix: "[.github/workflows]"
# Group to submit a single PR if possible
groups:
github-actions:
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: "/.github/actions/build-test-container"
schedule:
interval: "monthly"
labels:
- "skip_changelog"
commit-message:
prefix: "[.github/actions/build-test-container]"
groups:
github-actions:
patterns:
Expand Down

0 comments on commit c57066d

Please sign in to comment.