-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
- package-ecosystem: "pip" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
ignore: | ||
# Optional: Official actions have moving tags like v1; | ||
# if you use those, you don't need updates. | ||
- dependency-name: "actions/*" | ||
|
||
- package-ecosystem: pip | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
open-pull-requests-limit: 10 | ||
open-pull-requests-limit: 20 | ||
groups: | ||
# Specify a name for the group, which will be used in pull request titles | ||
# and branch names | ||
python-dependencies: | ||
# Define patterns to include dependencies in the group (based on | ||
# dependency name) | ||
applies-to: version-updates # Applies the group rule to version updates | ||
patterns: | ||
- "*" |