Skip to content

Commit

Permalink
chore: disable automerge for ecsact repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Aug 7, 2024
1 parent 9e686c2 commit e8349f9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,19 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>ecsact-dev/renovate-config"
],
"packageRules": [
{
// handled in release.nu
"automerge": false,
"groupName": "Ecsact Repositories",
"matchPackagePrefixes": [
"ecsact_",
"ecsact-",
],
"matchPackageNames": [
"rules_ecsact",
]
}
]
}

0 comments on commit e8349f9

Please sign in to comment.