Skip to content

Commit

Permalink
chore(ci): Immediately update toml-test
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 23, 2023
1 parent 8057d7a commit fba15e5
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,6 @@
'* * * * *',
],
},
{
matchManagers: [
'cargo',
],
matchPackageNames: [
'toml-test-harness',
'toml-test-data',
'toml-test',
],
schedule: [
'* * * * *',
],
groupName: 'toml-test',
},
// Goals:
// - Keep version reqs low, ignoring compatible normal/build dependencies
// - Take advantage of latest dev-dependencies
Expand Down Expand Up @@ -117,5 +103,19 @@
automerge: true,
groupName: 'compatible (dev)',
},
{
matchManagers: [
'cargo',
],
matchPackageNames: [
'toml-test-harness',
'toml-test-data',
'toml-test',
],
schedule: [
'* * * * *',
],
groupName: 'toml-test',
},
],
}

0 comments on commit fba15e5

Please sign in to comment.