Skip to content

Commit

Permalink
Merge pull request #1677 from camptocamp/fix-renovate
Browse files Browse the repository at this point in the history
On branch 1.2 and 1.3 don't upgrade types-pyyaml
  • Loading branch information
sbrunner authored May 3, 2024
2 parents 80f1393 + 658a3c1 commit 8a05eda
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,11 @@
groupName: 'CI dependencies',
automerge: true,
},
/** On branch 1.2 and 1.3 don't upgrade types-pyyaml */
{
matchBaseBranches: ['1.2', '1.3'],
matchPackageNames: ['types-pyyaml'],
enabled: false,
},
],
}

0 comments on commit 8a05eda

Please sign in to comment.