Skip to content

Commit

Permalink
Add missing 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jan 15, 2024
1 parent 453a4e0 commit 9e9b687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
automerge: true,
schedule: 'after 5pm on the first day of the month',
},
baseBranches: ['1.6', '1.8', '1.10', '1.11', 'master'],
baseBranches: ['1.6', '1.8', '1.9', '1.10', '1.11', 'master'],
'pre-commit': { enabled: true },
regexManagers: [
/** Do updates on pre-commit additional dependencies */
Expand Down

0 comments on commit 9e9b687

Please sign in to comment.