mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Slow dependency CI to weekly (#6764)
* Add labels to updatecli PRs * Run weekly Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
parent
2007cdd54f
commit
291f8bfe00
17
.github/dependabot.yml
vendored
17
.github/dependabot.yml
vendored
@ -1,32 +1,37 @@
|
||||
version: 2
|
||||
updates:
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: "weekly"
|
||||
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/conformance"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: "weekly"
|
||||
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/tests/e2e/scripts"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: "weekly"
|
||||
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/package"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: "weekly"
|
||||
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/tests/integration"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: "weekly"
|
||||
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/tests/terraform"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: "weekly"
|
||||
|
2
.github/workflows/updatecli.yaml
vendored
2
.github/workflows/updatecli.yaml
vendored
@ -3,7 +3,7 @@ name: "Updatecli: Dependency Management"
|
||||
on:
|
||||
schedule:
|
||||
# Runs at 06 PM UTC
|
||||
- cron: '0 18 * * *'
|
||||
- cron: '0 18 * * 0'
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
|
@ -21,6 +21,9 @@ actions:
|
||||
scmid: "k3s"
|
||||
spec:
|
||||
automerge: false
|
||||
mergemethod: "squash"
|
||||
labels:
|
||||
- "dependencies"
|
||||
|
||||
sources:
|
||||
# Find Alpine latest semver version in DockerHub
|
||||
|
@ -23,6 +23,8 @@ actions:
|
||||
automerge: false
|
||||
mergemethod: "squash"
|
||||
usetitleforautomerge: true
|
||||
labels:
|
||||
- "dependencies"
|
||||
|
||||
sources:
|
||||
helm-controller:
|
||||
|
@ -43,6 +43,8 @@ actions:
|
||||
automerge: false
|
||||
mergemethod: "squash"
|
||||
usetitleforautomerge: true
|
||||
labels:
|
||||
- "dependencies"
|
||||
|
||||
sources:
|
||||
klipper-helm:
|
||||
|
@ -33,6 +33,8 @@ actions:
|
||||
automerge: false
|
||||
mergemethod: "squash"
|
||||
usetitleforautomerge: true
|
||||
labels:
|
||||
- "dependencies"
|
||||
|
||||
sources:
|
||||
local-path-provisioner:
|
||||
|
@ -19,6 +19,9 @@ actions:
|
||||
scmid: "k3s"
|
||||
spec:
|
||||
automerge: false
|
||||
labels:
|
||||
- "dependencies"
|
||||
|
||||
|
||||
sources:
|
||||
sonobuoy:
|
||||
|
Loading…
Reference in New Issue
Block a user