Skip to content

Commit

Permalink
What could go wrong 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
samchungy authored Oct 14, 2024
1 parent 1bbb4ee commit 9cfed30
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":dependencyDashboard",
":rebaseStalePrs",
Expand Down Expand Up @@ -235,6 +236,16 @@
"minimumReleaseAge": "0 days",
"updateNotScheduled": true
},
{
"matchManagers": ["npm"],
"matchDepNames": [
"@seek/*"
],
"matchUpdateTypes": ["major", "minor", "patch"],
"schedule": "before 3:00 am every weekday",
"minimumReleaseAge": "0 days",
"updateNotScheduled": true
},
{
"matchDepNames": ["react-relay"],
"matchPackagePatterns": ["^relay-"],
Expand Down
1 change: 1 addition & 0 deletions non-critical.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":dependencyDashboard",
":prHourlyLimit2",
Expand Down
1 change: 1 addition & 0 deletions third-party-major.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":dependencyDashboard",
":prHourlyLimit4",
Expand Down

0 comments on commit 9cfed30

Please sign in to comment.