Skip to content

Commit

Permalink
chore(config): migrate renovate config (#728)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Trim21 <trim21.me@gmail.com>
  • Loading branch information
renovate[bot] and trim21 authored Feb 28, 2025
1 parent a802cef commit 96394c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["gcr.io/"],
"pinDigests": true
"pinDigests": true,
"matchPackageNames": ["gcr.io/**"]
},
{
"matchManagers": ["docker-compose"],
Expand All @@ -31,7 +31,7 @@
{
"groupName": "gomod-redis",
"matchManagers": ["gomod"],
"matchPackagePrefixes": ["github.com/go-redis/redismock", "github.com/redis/go-redis"]
"matchPackageNames": ["github.com/go-redis/redismock/**", "github.com/redis/go-redis/**"]
},
{
"groupName": "npm",
Expand Down

0 comments on commit 96394c5

Please sign in to comment.