Skip to content

Commit

Permalink
Merge branch 'main' into fix-SDCSRM-626-add-google-analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperpONS authored Aug 15, 2024
2 parents 3d117ad + 54cdb42 commit 004a25f
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 004a25f

Please sign in to comment.