fixes
This commit is contained in:
@@ -9,7 +9,8 @@
|
|||||||
"\\.github/workflows/.*\\.ya?ml$", // Matches all workflow YAML files
|
"\\.github/workflows/.*\\.ya?ml$", // Matches all workflow YAML files
|
||||||
"\\.github/workflows/.*\\.ya?ml\\.j2$", // Matches Jinja2 templated workflow files
|
"\\.github/workflows/.*\\.ya?ml\\.j2$", // Matches Jinja2 templated workflow files
|
||||||
"(^|/)clusters/.+\\.ya?ml(?:\\.j2)?$",
|
"(^|/)clusters/.+\\.ya?ml(?:\\.j2)?$",
|
||||||
"(^|/)repositories/.+\\.ya?ml(?:\\.j2)?$"
|
"(^|/)repositories/.+\\.ya?ml(?:\\.j2)?$",
|
||||||
|
"(^|/)clustertool/embeded/.+\\.ya?ml(?:\\.j2)?$"
|
||||||
],
|
],
|
||||||
"enabled": true, // Enable Docker image updates
|
"enabled": true, // Enable Docker image updates
|
||||||
"commitMessageSuffix": "fix: update Docker image", // Customize commit message suffix
|
"commitMessageSuffix": "fix: update Docker image", // Customize commit message suffix
|
||||||
|
|||||||
@@ -4,7 +4,8 @@
|
|||||||
"flux": {
|
"flux": {
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"(^|/)clusters/.+\\.ya?ml(?:\\.j2)?$",
|
"(^|/)clusters/.+\\.ya?ml(?:\\.j2)?$",
|
||||||
"(^|/)repositories/.+\\.ya?ml(?:\\.j2)?$"
|
"(^|/)repositories/.+\\.ya?ml(?:\\.j2)?$",
|
||||||
|
"(^|/)clustertool/embeded/.+\\.ya?ml(?:\\.j2)?$"
|
||||||
],
|
],
|
||||||
"enabled": true, // Enable Flux updates
|
"enabled": true, // Enable Flux updates
|
||||||
"updateTypes": ["major", "minor", "patch"], // Allow updates for all version types
|
"updateTypes": ["major", "minor", "patch"], // Allow updates for all version types
|
||||||
|
|||||||
@@ -40,5 +40,13 @@
|
|||||||
],
|
],
|
||||||
"ignoreDeps": [
|
"ignoreDeps": [
|
||||||
// List any dependencies to ignore globally if needed
|
// List any dependencies to ignore globally if needed
|
||||||
]
|
],
|
||||||
|
"ignorePaths": [
|
||||||
|
"**/*.sops.*",
|
||||||
|
"**/.archive/**",
|
||||||
|
"**/archive/**",
|
||||||
|
"**/misc/**",
|
||||||
|
"**/archive/**",
|
||||||
|
"**/resources/**"
|
||||||
|
],
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user