Skip to content

Commit

Permalink
ci: disable renovate updates for placeholder versions
Browse files Browse the repository at this point in the history
Explicitly disable Renovate updates targeting the `0.0.0-PLACEHOLDER` and `0.0.0-EXPERIMENTAL-PLACEHOLDER` versions. These placeholders are not intended for automated updates and require manual handling.
  • Loading branch information
alan-agius4 committed Dec 17, 2024
1 parent 9448f40 commit e931cdb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
"matchPackageNames": ["quicktype-core"],
"schedule": ["before 4:00am on the first day of the month"]
},
{
"matchCurrentVersion": "0.0.0-PLACEHOLDER",
"enabled": false
},
{
"matchCurrentVersion": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"enabled": false
},
{
"groupName": "angular",
"matchDepNames": ["/^@angular/.*/", "/angular/dev-infra/"]
Expand Down

0 comments on commit e931cdb

Please sign in to comment.