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 8686b94 commit 8057d7a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,20 @@
'* * * * *',
],
},
{
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

0 comments on commit 8057d7a

Please sign in to comment.