Files
security-scan-test/.github/renovate.json5
Scaffolder 4e3fd72697
Some checks failed
SonarQube Analysis / Build, Test & Analyse (push) Has been cancelled
Build and Publish TechDocs / build-and-publish (push) Has been cancelled
initial commit
Change-Id: I12a20fc994c2a94df96de9d3393b06bf6687f77a
2026-04-17 11:20:50 +00:00

28 lines
514 B
Plaintext

{
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/**',
],
},
}