Skip to content

Commit

Permalink
Merge pull request #297 from mraniki/dev
Browse files Browse the repository at this point in the history
👷 CI Change
  • Loading branch information
mraniki committed Sep 9, 2023
2 parents e3cca5a + 3264039 commit fa6d638
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
],
"semanticCommits": "enabled",
"labels": ["dependencies"],
"baseBranches": ["dev"],
"packageRules": [
{
"matchManagers": ["pip_requirements"],
Expand All @@ -15,14 +16,11 @@
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true,
"matchBaseBranches": ["dev"],
"minimumReleaseAge": "15 days"
"automerge": true
},
{
"matchUpdateTypes": ["major"],
"automerge": false,
"matchBaseBranches": ["dev"],
"minimumReleaseAge": "30 days"
}
]
Expand Down

0 comments on commit fa6d638

Please sign in to comment.