Skip to content

Commit

Permalink
Creates a separate group for artifact actions rather than an update o…
Browse files Browse the repository at this point in the history
…bject (#70)
  • Loading branch information
mike-carey authored Dec 20, 2024
1 parent db3be57 commit 365b964
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,11 @@ updates:
applies-to: version-updates
patterns:
- "*"

# Artifact actions causing breaking changes. When this repo updates the upload-artifact action,
# the consuming repo must also update the download-artifact action and vice-versa.
- package-ecosystem: "github-actions"
directories:
- "/"
- "/.github/actions/**"
- "/actions/**"
schedule:
# Check for updates to Github Actions every week
interval: "weekly"
labels:
- "breaking changes"
- "dependencies"
ignore:
- dependency-name: '*'
allow:
- dependency-name: 'actions/upload-artifact'
- dependency-name: 'actions/download-artifact'
groups:
exclude-patterns:
- "actions/*-artifact"
# Artifact actions causing breaking changes. When this repo updates the upload-artifact action,
# the consuming repo must also update the download-artifact action and vice-versa.
artifact-actions:
applies-to: version-updates
patterns:
- "*"
- "actions/*-artifact"

0 comments on commit 365b964

Please sign in to comment.