Skip to content

Commit

Permalink
chore(PL-2579): renovate pr for joy only (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayahajar authored Apr 9, 2024
1 parent 90e6d82 commit 204ee5c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"separateMinorPatch": true,
"extends": ["config:base"],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"excludePackagePatterns": ["^github\\.com/nestoca/joy$"],
"enabled": false
},
{
"matchPackagePatterns": ["^github\\.com/nestoca/joy$"],
"matchUpdateTypes": ["major", "minor"]
Expand Down

0 comments on commit 204ee5c

Please sign in to comment.