Skip to content

Commit

Permalink
chore: exclude sshuttle from renovate stable pr (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
RothAndrew committed Feb 26, 2024
1 parent 76adebe commit ccb5d4b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@
matchPackageNames: ["terraform"],
allowedVersions: "<1.6.0"
},
// {
// matchPackageNames: ["anchore/syft"],
// groupName: "syft",
// automerge: true
// },
{
excludePackageNames: [],
matchPackageNames: ["sshuttle"],
groupName: "sshuttle",
automerge: true
},
{
excludePackageNames: ["sshuttle"],
groupName: "stable",
automerge: true
}
Expand Down

0 comments on commit ccb5d4b

Please sign in to comment.