Skip to content

Commit

Permalink
Accept prereleases for goss
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed Jul 26, 2023
1 parent c954532 commit 4a63498
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@
"assignees": [
"gberche-orange"
]
}
},
// See https://docs.renovatebot.com/configuration-options/#ignoreunstable
{
"description": "Accept release candidates for goss",
"matchPackageNames": [
"goss-org/goss"
],
ignoreUnstable: false
},
],

"regexManagers": [
Expand Down

0 comments on commit 4a63498

Please sign in to comment.