initial commit
Change-Id: I12a20fc994c2a94df96de9d3393b06bf6687f77a
This commit is contained in:
27
.github/renovate.json5
vendored
Normal file
27
.github/renovate.json5
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
extends: [
|
||||
'github>GoogleCloudPlatform/kubernetes-engine-samples//.github/renovate-configs/dee-platform-ops.json5',
|
||||
'schedule:earlyMondays',
|
||||
],
|
||||
'pip-compile': {
|
||||
enabled: true,
|
||||
managerFilePatterns: [
|
||||
'/(^|/)requirements\\.txt$/',
|
||||
],
|
||||
},
|
||||
pip_requirements: {
|
||||
enabled: false,
|
||||
},
|
||||
constraints: {
|
||||
python: '~=3.11.0',
|
||||
},
|
||||
kubernetes: {
|
||||
managerFilePatterns: [
|
||||
'/\\.yaml$/',
|
||||
],
|
||||
ignorePaths: [
|
||||
'release/**',
|
||||
'kustomize/base/**',
|
||||
],
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user