dependabot.yml: update to match main configuration
This commit is contained in:
parent
8515710412
commit
14a50290f4
63
.github/dependabot.yml
vendored
63
.github/dependabot.yml
vendored
@ -1,20 +1,21 @@
|
|||||||
# This file is synced from the `.github` repository, do not modify it directly.
|
# This file is synced from the `.github` repository, do not modify it directly.
|
||||||
---
|
---
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
multi-ecosystem-groups:
|
||||||
- package-ecosystem: github-actions
|
all:
|
||||||
directory: "/"
|
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
day: friday
|
day: friday
|
||||||
time: '08:00'
|
time: '08:00'
|
||||||
timezone: Etc/UTC
|
timezone: Etc/UTC
|
||||||
allow:
|
updates:
|
||||||
- dependency-type: all
|
- package-ecosystem: github-actions
|
||||||
groups:
|
directory: "/"
|
||||||
dependabot:
|
multi-ecosystem-group: all
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- "*"
|
||||||
|
allow:
|
||||||
|
- dependency-type: all
|
||||||
cooldown:
|
cooldown:
|
||||||
default-days: 1
|
default-days: 1
|
||||||
include:
|
include:
|
||||||
@ -22,17 +23,11 @@ updates:
|
|||||||
- package-ecosystem: bundler
|
- package-ecosystem: bundler
|
||||||
directories:
|
directories:
|
||||||
- "/Library/Homebrew"
|
- "/Library/Homebrew"
|
||||||
schedule:
|
multi-ecosystem-group: all
|
||||||
interval: weekly
|
|
||||||
day: friday
|
|
||||||
time: '08:00'
|
|
||||||
timezone: Etc/UTC
|
|
||||||
allow:
|
|
||||||
- dependency-type: all
|
|
||||||
groups:
|
|
||||||
dependabot:
|
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- "*"
|
||||||
|
allow:
|
||||||
|
- dependency-type: all
|
||||||
cooldown:
|
cooldown:
|
||||||
default-days: 1
|
default-days: 1
|
||||||
semver-major-days: 14
|
semver-major-days: 14
|
||||||
@ -42,30 +37,18 @@ updates:
|
|||||||
- "*"
|
- "*"
|
||||||
- package-ecosystem: docker
|
- package-ecosystem: docker
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
multi-ecosystem-group: all
|
||||||
interval: weekly
|
|
||||||
day: friday
|
|
||||||
time: '08:00'
|
|
||||||
timezone: Etc/UTC
|
|
||||||
allow:
|
|
||||||
- dependency-type: all
|
|
||||||
groups:
|
|
||||||
dependabot:
|
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- "*"
|
||||||
|
allow:
|
||||||
|
- dependency-type: all
|
||||||
- package-ecosystem: devcontainers
|
- package-ecosystem: devcontainers
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
multi-ecosystem-group: all
|
||||||
interval: weekly
|
|
||||||
day: friday
|
|
||||||
time: '08:00'
|
|
||||||
timezone: Etc/UTC
|
|
||||||
allow:
|
|
||||||
- dependency-type: all
|
|
||||||
groups:
|
|
||||||
dependabot:
|
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- "*"
|
||||||
|
allow:
|
||||||
|
- dependency-type: all
|
||||||
cooldown:
|
cooldown:
|
||||||
default-days: 1
|
default-days: 1
|
||||||
include:
|
include:
|
||||||
@ -73,17 +56,11 @@ updates:
|
|||||||
- package-ecosystem: pip
|
- package-ecosystem: pip
|
||||||
directories:
|
directories:
|
||||||
- "/Library/Homebrew/formula-analytics/"
|
- "/Library/Homebrew/formula-analytics/"
|
||||||
schedule:
|
multi-ecosystem-group: all
|
||||||
interval: weekly
|
|
||||||
day: friday
|
|
||||||
time: '08:00'
|
|
||||||
timezone: Etc/UTC
|
|
||||||
allow:
|
|
||||||
- dependency-type: all
|
|
||||||
groups:
|
|
||||||
dependabot:
|
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- "*"
|
||||||
|
allow:
|
||||||
|
- dependency-type: all
|
||||||
cooldown:
|
cooldown:
|
||||||
default-days: 1
|
default-days: 1
|
||||||
semver-major-days: 14
|
semver-major-days: 14
|
||||||
|
Loading…
x
Reference in New Issue
Block a user