Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
291f8bfe
Unverified
Commit
291f8bfe
authored
Jan 18, 2023
by
Derek Nola
Committed by
GitHub
Jan 18, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Slow dependency CI to weekly (#6764)
* Add labels to updatecli PRs * Run weekly Signed-off-by:
Derek Nola
<
derek.nola@suse.com
>
parent
2007cdd5
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
24 additions
and
7 deletions
+24
-7
dependabot.yml
.github/dependabot.yml
+11
-6
updatecli.yaml
.github/workflows/updatecli.yaml
+1
-1
golang-alpine.yaml
updatecli/updatecli.d/golang-alpine.yaml
+3
-0
helm-controller.yaml
updatecli/updatecli.d/helm-controller.yaml
+2
-0
klipper.yaml
updatecli/updatecli.d/klipper.yaml
+2
-0
local-path-provisioner.yaml
updatecli/updatecli.d/local-path-provisioner.yaml
+2
-0
sonobuoy.yaml
updatecli/updatecli.d/sonobuoy.yaml
+3
-0
No files found.
.github/dependabot.yml
View file @
291f8bfe
version
:
2
version
:
2
updates
:
updates
:
-
package-ecosystem
:
"
github-actions"
directory
:
"
/"
schedule
:
interval
:
"
weekly"
-
package-ecosystem
:
"
docker"
-
package-ecosystem
:
"
docker"
directory
:
"
/"
directory
:
"
/"
schedule
:
schedule
:
interval
:
"
dai
ly"
interval
:
"
week
ly"
-
package-ecosystem
:
"
docker"
-
package-ecosystem
:
"
docker"
directory
:
"
/conformance"
directory
:
"
/conformance"
schedule
:
schedule
:
interval
:
"
dai
ly"
interval
:
"
week
ly"
-
package-ecosystem
:
"
docker"
-
package-ecosystem
:
"
docker"
directory
:
"
/tests/e2e/scripts"
directory
:
"
/tests/e2e/scripts"
schedule
:
schedule
:
interval
:
"
dai
ly"
interval
:
"
week
ly"
-
package-ecosystem
:
"
docker"
-
package-ecosystem
:
"
docker"
directory
:
"
/package"
directory
:
"
/package"
schedule
:
schedule
:
interval
:
"
dai
ly"
interval
:
"
week
ly"
-
package-ecosystem
:
"
docker"
-
package-ecosystem
:
"
docker"
directory
:
"
/tests/integration"
directory
:
"
/tests/integration"
schedule
:
schedule
:
interval
:
"
dai
ly"
interval
:
"
week
ly"
-
package-ecosystem
:
"
docker"
-
package-ecosystem
:
"
docker"
directory
:
"
/tests/terraform"
directory
:
"
/tests/terraform"
schedule
:
schedule
:
interval
:
"
dai
ly"
interval
:
"
week
ly"
.github/workflows/updatecli.yaml
View file @
291f8bfe
...
@@ -3,7 +3,7 @@ name: "Updatecli: Dependency Management"
...
@@ -3,7 +3,7 @@ name: "Updatecli: Dependency Management"
on
:
on
:
schedule
:
schedule
:
# Runs at 06 PM UTC
# Runs at 06 PM UTC
-
cron
:
'
0
18
*
*
*
'
-
cron
:
'
0
18
*
*
0
'
# Allows you to run this workflow manually from the Actions tab
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch
:
workflow_dispatch
:
...
...
updatecli/updatecli.d/golang-alpine.yaml
View file @
291f8bfe
...
@@ -21,6 +21,9 @@ actions:
...
@@ -21,6 +21,9 @@ actions:
scmid
:
"
k3s"
scmid
:
"
k3s"
spec
:
spec
:
automerge
:
false
automerge
:
false
mergemethod
:
"
squash"
labels
:
-
"
dependencies"
sources
:
sources
:
# Find Alpine latest semver version in DockerHub
# Find Alpine latest semver version in DockerHub
...
...
updatecli/updatecli.d/helm-controller.yaml
View file @
291f8bfe
...
@@ -23,6 +23,8 @@ actions:
...
@@ -23,6 +23,8 @@ actions:
automerge
:
false
automerge
:
false
mergemethod
:
"
squash"
mergemethod
:
"
squash"
usetitleforautomerge
:
true
usetitleforautomerge
:
true
labels
:
-
"
dependencies"
sources
:
sources
:
helm-controller
:
helm-controller
:
...
...
updatecli/updatecli.d/klipper.yaml
View file @
291f8bfe
...
@@ -43,6 +43,8 @@ actions:
...
@@ -43,6 +43,8 @@ actions:
automerge
:
false
automerge
:
false
mergemethod
:
"
squash"
mergemethod
:
"
squash"
usetitleforautomerge
:
true
usetitleforautomerge
:
true
labels
:
-
"
dependencies"
sources
:
sources
:
klipper-helm
:
klipper-helm
:
...
...
updatecli/updatecli.d/local-path-provisioner.yaml
View file @
291f8bfe
...
@@ -33,6 +33,8 @@ actions:
...
@@ -33,6 +33,8 @@ actions:
automerge
:
false
automerge
:
false
mergemethod
:
"
squash"
mergemethod
:
"
squash"
usetitleforautomerge
:
true
usetitleforautomerge
:
true
labels
:
-
"
dependencies"
sources
:
sources
:
local-path-provisioner
:
local-path-provisioner
:
...
...
updatecli/updatecli.d/sonobuoy.yaml
View file @
291f8bfe
...
@@ -19,6 +19,9 @@ actions:
...
@@ -19,6 +19,9 @@ actions:
scmid
:
"
k3s"
scmid
:
"
k3s"
spec
:
spec
:
automerge
:
false
automerge
:
false
labels
:
-
"
dependencies"
sources
:
sources
:
sonobuoy
:
sonobuoy
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment