Skip to content

Commit

Permalink
Merge pull request #1482 from mitodl/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
blarghmatey authored Feb 21, 2025
2 parents 8b8972f + 3aa3b6a commit 5d95ed0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
":automergeMinor",
":rebaseStalePrs",
":separateMajorReleases",
"config:base"
"config:recommended"
],
"schedule": [
"every weekend"
Expand All @@ -14,10 +14,10 @@
},
"packageRules": [
{
"matchPackagePrefixes": [
"dagster"
],
"groupName": "dagster-plugins"
"groupName": "dagster-plugins",
"matchPackageNames": [
"dagster{/,}**"
]
}
]
}

0 comments on commit 5d95ed0

Please sign in to comment.