-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #406 from danskernesdigitalebibliotek/fix-dependab…
…ot-2 Fix dependabot round 2
- Loading branch information
Showing
3 changed files
with
80 additions
and
63 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,67 +1,75 @@ | ||
# Dependabot configuration files that automate our dependency updates by creating pull requests. | ||
# The PRs are labeled and grouped by package ecosystem and semver update type. | ||
# We intentionally use grouping and pull request limits to avoid creating too many PRs and | ||
# exhausting the number of available pull requests in Lagoon. | ||
version: 2 | ||
updates: | ||
- package-ecosystem: github-actions | ||
directory: "/" | ||
open-pull-requests-limit: 2 | ||
groups: | ||
minor-github-actions-dependencies: | ||
update-types: | ||
- "minor" | ||
- "patch" | ||
schedule: | ||
interval: weekly | ||
timezone: Europe/Copenhagen | ||
labels: | ||
- "dependencies" | ||
- "github_actions" | ||
- package-ecosystem: composer | ||
directory: "/" | ||
open-pull-requests-limit: 3 | ||
groups: | ||
drupal-core-minor-major-releases: | ||
patterns: | ||
- "drupal/core*" | ||
update-types: | ||
- "major" | ||
- "minor" | ||
drupal-core-patch-releases: | ||
patterns: | ||
- "drupal/core*" | ||
update-types: | ||
- "patch" | ||
schedule: | ||
interval: weekly | ||
timezone: Europe/Copenhagen | ||
labels: | ||
- "dependencies" | ||
- "drupal" | ||
- package-ecosystem: composer | ||
directory: "dev-scripts/" | ||
open-pull-requests-limit: 2 | ||
groups: | ||
minor-composer-dependencies: | ||
update-types: | ||
- "minor" | ||
- "patch" | ||
schedule: | ||
interval: weekly | ||
timezone: Europe/Copenhagen | ||
labels: | ||
- "dependencies" | ||
- "dev-scripts" | ||
- package-ecosystem: npm | ||
directory: "/" | ||
open-pull-requests-limit: 2 | ||
groups: | ||
minor-js-dependencies: | ||
update-types: | ||
- "minor" | ||
- "patch" | ||
schedule: | ||
interval: weekly | ||
timezone: Europe/Copenhagen | ||
labels: | ||
- "dependencies" | ||
- "js-dependencies" | ||
- package-ecosystem: github-actions | ||
directory: "/" | ||
open-pull-requests-limit: 2 | ||
groups: | ||
minor-github-actions-dependencies: | ||
update-types: | ||
- "minor" | ||
- "patch" | ||
schedule: | ||
interval: weekly | ||
timezone: Europe/Copenhagen | ||
labels: | ||
- "dependencies" | ||
- "github_actions" | ||
- package-ecosystem: composer | ||
directory: "/" | ||
open-pull-requests-limit: 3 | ||
groups: | ||
minor-composer-dependencies: | ||
update-types: | ||
- "minor" | ||
- "patch" | ||
exclude-patterns: | ||
- "drupal/core*" | ||
drupal-core-minor-major-releases: | ||
patterns: | ||
- "drupal/core*" | ||
update-types: | ||
- "major" | ||
- "minor" | ||
drupal-core-patch-releases: | ||
patterns: | ||
- "drupal/core*" | ||
update-types: | ||
- "patch" | ||
schedule: | ||
interval: weekly | ||
timezone: Europe/Copenhagen | ||
labels: | ||
- "dependencies" | ||
- "drupal" | ||
- package-ecosystem: composer | ||
directory: "/dev-scripts" | ||
open-pull-requests-limit: 2 | ||
groups: | ||
minor-composer-dependencies: | ||
update-types: | ||
- "minor" | ||
- "patch" | ||
schedule: | ||
interval: weekly | ||
timezone: Europe/Copenhagen | ||
labels: | ||
- "dependencies" | ||
- "dev-scripts" | ||
- package-ecosystem: npm | ||
directory: "/" | ||
open-pull-requests-limit: 2 | ||
groups: | ||
minor-js-dependencies: | ||
update-types: | ||
- "minor" | ||
- "patch" | ||
schedule: | ||
interval: weekly | ||
timezone: Europe/Copenhagen | ||
labels: | ||
- "dependencies" | ||
- "js-dependencies" |
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
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