Skip to content

Commit

Permalink
SDCSRM-582 Dependabot Fix missing updated config (#53)
Browse files Browse the repository at this point in the history
* reconfigured dependabot config

* Added GitHub actions to dependabot
  • Loading branch information
dbanks91 authored Aug 14, 2024
1 parent 7af9d22 commit b5609be
Showing 1 changed file with 28 additions and 5 deletions.
33 changes: 28 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,34 @@ version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
target-branch: "main"
groups:
pip-security-updates:
applies-to: "security-updates"
patterns:
- "*"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-patch", "version-update:semver-minor" ]
interval: "daily"
labels:
- "patch"
- "dependencies"
- "dependencies"
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 b5609be

Please sign in to comment.