Skip to content

Commit

Permalink
Merge pull request #1636 from camptocamp/new-version-1.11
Browse files Browse the repository at this point in the history
Create the new version '1.11'
  • Loading branch information
sbrunner authored Nov 7, 2023
2 parents 2faf772 + fa05c38 commit 0e38764
Show file tree
Hide file tree
Showing 3 changed files with 3 additions 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', 'master'],
baseBranches: ['1.6', '1.8', '1.10', '1.11', 'master'],
'pre-commit': { enabled: true },
regexManagers: [
/** Do updates on pre-commit additional dependencies */
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- '1.6'
- '1.8'
- '1.10'
- '1.11'

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
| 1.7 | Unsupported |
| 1.8 | 23/06/2025 |
| 1.10 | Best effort |
| 1.11 | Best effort |

0 comments on commit 0e38764

Please sign in to comment.