Skip to content

Commit

Permalink
SDCSRM-582 Dependabot Fix Security Labels (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanks91 authored Aug 14, 2024
1 parent 3896d50 commit 72ace83
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,23 @@ updates:
labels:
- "patch"
- "dependencies"
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-patch", "version-update:semver-minor", "version-update:semver-major" ]
open-pull-requests-limit: 0

# Update GitHub actions in workflows
- package-ecosystem: github-actions
directory: /
# Every week
schedule:
interval: weekly

labels:
- "patch"
- "dependencies"

groups:
# Group updates into fewer pull requests
gh-security-updates:
applies-to: security-updates
patterns:
- "*"
open-pull-requests-limit: 0

0 comments on commit 72ace83

Please sign in to comment.