Skip to content

Commit

Permalink
Merge pull request #785 from gaphor/danyeaw-patch-2
Browse files Browse the repository at this point in the history
Dependabot: weekly and grouped updates
  • Loading branch information
danyeaw authored Feb 26, 2024
2 parents e8c126f + 1d83bdb commit 099a678
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
groups:
github-action-updates:
patterns:
- "*"
schedule:
interval: "daily"

interval: weekly
labels: ["skip-changelog"]

- package-ecosystem: "pip"
directory: "/"
groups:
pip-updates:
patterns:
- "*"
schedule:
interval: "daily"

interval: weekly
labels: ["skip-changelog"]

0 comments on commit 099a678

Please sign in to comment.