This repository was archived by the owner on Nov 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ schedule :
6+ interval : " daily"
7+ time : " 06:00"
8+ timezone : " America/Chicago"
9+ commit-message :
10+ prefix : " chore"
11+ ignore :
12+ # These actions deliver the latest versions by updating the major
13+ # release tag, so ignore minor and patch versions
14+ - dependency-name : " actions/*"
15+ update-types :
16+ - version-update:semver-minor
17+ - version-update:semver-patch
18+
19+ - package-ecosystem : " gomod"
20+ directory : " /"
21+ schedule :
22+ interval : " daily"
23+ time : " 06:00"
24+ timezone : " America/Chicago"
25+ commit-message :
26+ prefix : " chore"
27+ ignore :
28+ # Ignore major and minor updates to Kubernetes packages, as we
29+ # manage these versions manually according to our version policy:
30+ # https://www.notion.so/coderhq/Kubernetes-version-support-strategy-82ecd5c9761e411e9dab61a7a1484418
31+ - dependency-name : k8s.io/api
32+ update-types :
33+ - version-update:semver-major
34+ - version-update:semver-minor
35+ - dependency-name : k8s.io/apimachinery
36+ update-types :
37+ - version-update:semver-major
38+ - version-update:semver-minor
39+ - dependency-name : k8s.io/client-go
40+ update-types :
41+ - version-update:semver-major
42+ - version-update:semver-minor
43+ - dependency-name : k8s.io/metrics
44+ update-types :
45+ - version-update:semver-major
46+ - version-update:semver-minor
You can’t perform that action at this time.
0 commit comments