mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Fix yaml alignment
This commit is contained in:
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@@ -7,8 +7,8 @@ updates:
|
|||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
# Allow up to 10 open PRs for dependencies
|
# Allow up to 10 open PRs for dependencies
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
# Group together Angular package upgrades
|
# Group together Angular package upgrades
|
||||||
groups:
|
groups:
|
||||||
# Group together all minor/patch version updates for Angular in a single PR
|
# Group together all minor/patch version updates for Angular in a single PR
|
||||||
angular:
|
angular:
|
||||||
applies-to: version-updates
|
applies-to: version-updates
|
||||||
@@ -41,7 +41,7 @@ groups:
|
|||||||
update-types:
|
update-types:
|
||||||
- "minor"
|
- "minor"
|
||||||
- "patch"
|
- "patch"
|
||||||
ignore:
|
ignore:
|
||||||
# Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
|
# Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
|
||||||
- dependency-name: "*"
|
- dependency-name: "*"
|
||||||
update-types: ["version-update:semver-major"]
|
update-types: ["version-update:semver-major"]
|
||||||
|
Reference in New Issue
Block a user