Skip to content

Commit

Permalink
refactor: refactor (#450)
Browse files Browse the repository at this point in the history
Follow up #449
  • Loading branch information
suzuki-shunsuke authored Nov 21, 2023
1 parent 738cc30 commit ab89298
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions jsonnet/default.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,14 @@ local utils = import 'utils.libsonnet';
depNameTemplate: 'aquaproj/aqua',
datasourceTemplate: 'github-releases',
},
{
// Update aqua-renovate-config
utils.aquaRenovateConfigPreset {
fileMatch: [
'^renovate\\.json5?$',
'^\\.github/renovate\\.json5?$',
'^\\.gitlab/renovate\\.json5?$',
'^\\.renovaterc\\.json$',
'^\\.renovaterc$',
],
matchStrings: [
'"github>aquaproj/aqua-renovate-config#(?<currentValue>[^" \\n\\(]+)',
'"github>aquaproj/aqua-renovate-config:.*#(?<currentValue>[^" \\n\\(]+)',
'"github>aquaproj/aqua-renovate-config/.*#(?<currentValue>[^" \\n\\(]+)',
],
datasourceTemplate: 'github-releases',
depNameTemplate: 'aquaproj/aqua-renovate-config',
},
utils.packageRegexManager {
datasourceTemplate: 'github-tags',
Expand Down

0 comments on commit ab89298

Please sign in to comment.