mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-46387 Standardize DependaBot config schedule/grouping (#11953)
[skip ci]
This commit is contained in:
+19
-49
@@ -32,59 +32,29 @@ updates:
|
|||||||
- dependency-name: "typescript"
|
- dependency-name: "typescript"
|
||||||
|
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directories:
|
||||||
|
- "/"
|
||||||
|
- "/.github/actions/before-install"
|
||||||
|
- "/.github/actions/create-git-tag"
|
||||||
|
- "/.github/actions/download-node-modules-and-artifacts"
|
||||||
|
- "/.github/actions/enable-dryrun"
|
||||||
|
- "/.github/actions/get-latest-tag-sha"
|
||||||
|
- "/.github/actions/npm-check-bundle"
|
||||||
|
- "/.github/actions/save-nx-cache"
|
||||||
|
- "/.github/actions/set-npm-tag"
|
||||||
|
- "/.github/actions/setup"
|
||||||
|
- "/.github/actions/upload-node-modules-and-artifacts"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
cooldown:
|
cooldown:
|
||||||
default-days: 3
|
default-days: 3
|
||||||
|
groups:
|
||||||
|
github-actions:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
update-types:
|
||||||
|
- "minor"
|
||||||
|
- "patch"
|
||||||
ignore:
|
ignore:
|
||||||
# Managed by gh aw add. Version-locked to the gh-aw compiler; do not bump.
|
# Managed by gh aw add. Version-locked to the gh-aw compiler; do not bump.
|
||||||
- dependency-name: "github/gh-aw-actions"
|
- dependency-name: "github/gh-aw-actions"
|
||||||
- package-ecosystem: "github-actions"
|
|
||||||
directory: "/.github/actions/before-install"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
cooldown:
|
|
||||||
default-days: 3
|
|
||||||
- package-ecosystem: "github-actions"
|
|
||||||
directory: "/.github/actions/download-node-modules-and-artifacts"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
cooldown:
|
|
||||||
default-days: 3
|
|
||||||
- package-ecosystem: "github-actions"
|
|
||||||
directory: "/.github/actions/enable-dryrun"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
cooldown:
|
|
||||||
default-days: 3
|
|
||||||
- package-ecosystem: "github-actions"
|
|
||||||
directory: "/.github/actions/get-latest-tag-sha"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
cooldown:
|
|
||||||
default-days: 3
|
|
||||||
- package-ecosystem: "github-actions"
|
|
||||||
directory: "/.github/actions/npm-check-bundle"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
cooldown:
|
|
||||||
default-days: 3
|
|
||||||
- package-ecosystem: "github-actions"
|
|
||||||
directory: "/.github/actions/set-npm-tag"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
cooldown:
|
|
||||||
default-days: 3
|
|
||||||
- package-ecosystem: "github-actions"
|
|
||||||
directory: "/.github/actions/setup"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
cooldown:
|
|
||||||
default-days: 3
|
|
||||||
- package-ecosystem: "github-actions"
|
|
||||||
directory: "/.github/actions/upload-node-modules-and-artifacts"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
cooldown:
|
|
||||||
default-days: 3
|
|
||||||
|
|||||||
Reference in New Issue
Block a user