Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json5 (#2246)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Nov 5, 2024
1 parent a48b77c commit befe50c
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>GoogleCloudPlatform/kubernetes-engine-samples//.github/renovate-configs/dee-platform-ops.json5",
":approveMajorUpdates",
"schedule:earlyMondays",
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'github>GoogleCloudPlatform/kubernetes-engine-samples//.github/renovate-configs/dee-platform-ops.json5',
':approveMajorUpdates',
'schedule:earlyMondays',
],
"pip-compile": {
"enabled": true,
"fileMatch": ["(^|/)requirements\\.in$"]
'pip-compile': {
enabled: true,
fileMatch: [
'(^|/)requirements\\.txt$',
],
},
// pip-compile handles requirements.txt updates.
"pip_requirements": {
"enabled": false
pip_requirements: {
enabled: false,
},
"constraints": {
"python": "~=3.11.0"
constraints: {
python: '~=3.11.0',
},
"kubernetes": {
"fileMatch": ["\\.yaml$"],
"ignorePaths": [
"kubernetes-manifests/**",
]
kubernetes: {
fileMatch: [
'\\.yaml$',
],
ignorePaths: [
'kubernetes-manifests/**',
],
},
"packageRules": [
],
packageRules: [],
}

0 comments on commit befe50c

Please sign in to comment.