Skip to content

Commit

Permalink
feat: update presets in same pull requests (#806)
Browse files Browse the repository at this point in the history
* feat: update presets in same pull requests

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
suzuki-shunsuke and autofix-ci[bot] authored Feb 13, 2025
1 parent cc64e6f commit a4b7123
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,12 @@
"matchDepNames": [
"external-secrets/external-secrets/esoctl"
]
},
{
"groupName": "aquaproj/aqua-renovate-config",
"matchPackageNames": [
"aquaproj/aqua-renovate-config"
]
}
]
}
4 changes: 4 additions & 0 deletions jsonnet/default.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ local utils = import 'utils.libsonnet';
'external-secrets/external-secrets/esoctl',
],
},
{
matchPackageNames: ['aquaproj/aqua-renovate-config'],
groupName: 'aquaproj/aqua-renovate-config',
},
],
customManagers: [
{
Expand Down

0 comments on commit a4b7123

Please sign in to comment.