Skip to content

Commit

Permalink
Merge pull request #348 from willianpaixao/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
willianpaixao authored Nov 30, 2024
2 parents 1786b02 + 5279128 commit 29be0dc
Showing 1 changed file with 36 additions and 21 deletions.
57 changes: 36 additions & 21 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -11,39 +11,54 @@
':disableRateLimiting',
':semanticCommits',
],
assignees: ['willianpaixao'],
reviewers: ['willianpaixao'],
assignees: [
'willianpaixao',
],
reviewers: [
'willianpaixao',
],
assignAutomerge: true,
dependencyDashboard: true,
dependencyDashboardTitle: 'Renovate Dashboard 🤖',
ignorePaths: ['**/*.sops.*', '**/docs/**'],
ignorePaths: [
'**/*.sops.*',
'**/docs/**',
],
suppressNotifications: [
'prEditedNotification',
'prIgnoreNotification',
],
rebaseWhen: 'conflicted',
schedule: ['on saturday',],
"flux": {
"fileMatch": [
"(^|/)kubernetes/.+\\.ya?ml$"
]
schedule: [
'on saturday',
],
flux: {
fileMatch: [
'(^|/)kubernetes/.+\\.ya?ml$',
],
},
"helm-values": {
"fileMatch": [
"(^|/)kubernetes/.+\\.ya?ml$"
'helm-values': {
fileMatch: [
'(^|/)kubernetes/.+\\.ya?ml$',
],
"pinDigests": false
pinDigests: false,
},
"kubernetes": {
"fileMatch": [
"(^|/)kubernetes/.+\\.ya?ml$"
]
kubernetes: {
fileMatch: [
'(^|/)kubernetes/.+\\.ya?ml$',
],
},
"packageRules": [
packageRules: [
{
"matchDatasources": ["docker"],
"matchUpdateTypes": ["minor"],
"matchPackagePatterns": ["app-template"]
matchDatasources: [
'docker',
],
matchUpdateTypes: [
'minor',
],
matchPackageNames: [
'/app-template/',
],
},
]
],
}

0 comments on commit 29be0dc

Please sign in to comment.