Skip to content

Commit

Permalink
Merge pull request #2344 from lsst-sqre/u/rra/tap-schema
Browse files Browse the repository at this point in the history
Ignore bogus pipelines releases for tap-schema
  • Loading branch information
rra authored Jul 24, 2023
2 parents f79f59e + 95b8d23 commit f1ace6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"config:recommended"
],
"configMigration": true,
"packageRules": [
{
"matchPackageNames": ["lsstsqre/tap-schema-mock"],
"allowedVersions": "<10"
}
],
"rebaseWhen": "conflicted",
"schedule": [
"before 6am on Monday"
Expand Down

0 comments on commit f1ace6b

Please sign in to comment.