Skip to content

Commit

Permalink
Merge pull request #390 from GSA/dependabot-ghaction
Browse files Browse the repository at this point in the history
dependabot for github action version update
  • Loading branch information
rshewitt authored Jan 10, 2025
2 parents 18d9761 + 9336413 commit 457ffa8
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: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
ignore:
# Ignore minor and patch updates
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
groups:
# Group all updates together
github-actions:
patterns:
- "*"

0 comments on commit 457ffa8

Please sign in to comment.