Skip to content

Commit

Permalink
chore(deps): added exception for updating macos image
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime committed Sep 15, 2023
1 parent 5f7f58e commit 39f0635
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"extends": ["config:base"],
"packageRules": [
{
"matchPackageNames": ["macos"],
"allowedVersions": "(12|13)"
}
]
}

0 comments on commit 39f0635

Please sign in to comment.