Skip to content

Commit

Permalink
Bump master to 4.11.0dev, enable 4.10 tooling
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
himdel committed Jun 18, 2024
1 parent 2444cc0 commit f4f7bb3
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 1 deletion.
58 changes: 58 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,48 @@ updates:
- "react"
- "react-dom"

- package-ecosystem: 'npm'
directory: '/'
target-branch: 'stable-4.10'
schedule:
interval: 'monthly'
commit-message:
prefix: '[stable-4.10] '
groups:
babel:
patterns:
- "@babel/*"
- "babel-loader"
eslint:
patterns:
- "eslint"
- "eslint-config-*"
- "eslint-plugin-*"
- "typescript-eslint"
lingui:
patterns:
- "@lingui/*"
patternfly:
patterns:
- "@patternfly/*"
react:
patterns:
- "react"
- "react-dom"
- "@types/react"
- "@types/react-dom"
ignore:
- dependency-name: '@lingui/*'
update-types: ['version-update:semver-major']
- dependency-name: '@patternfly/*'
update-types: ['version-update:semver-major']
- dependency-name: '@types/*'
update-types: ['version-update:semver-major']
- dependency-name: 'react'
update-types: ['version-update:semver-major']
- dependency-name: 'react-dom'
update-types: ['version-update:semver-major']

- package-ecosystem: 'npm'
directory: '/'
target-branch: 'stable-4.9'
Expand Down Expand Up @@ -77,6 +119,14 @@ updates:
schedule:
interval: 'weekly'

- package-ecosystem: 'npm'
directory: '/test'
target-branch: 'stable-4.10'
schedule:
interval: 'monthly'
commit-message:
prefix: '[stable-4.10] '

- package-ecosystem: 'npm'
directory: '/test'
target-branch: 'stable-4.9'
Expand All @@ -92,6 +142,14 @@ updates:
schedule:
interval: 'weekly'

- package-ecosystem: "github-actions"
directory: "/"
target-branch: 'stable-4.10'
commit-message:
prefix: '[stable-4.10] '
schedule:
interval: "monthly"

- package-ecosystem: "github-actions"
directory: "/"
target-branch: 'stable-4.9'
Expand Down
6 changes: 6 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ backport-4.9:
- any-glob-to-any-file:
- src/**/*
- test/**/*

backport-4.10:
- changed-files:
- any-glob-to-any-file:
- src/**/*
- test/**/*
1 change: 1 addition & 0 deletions .github/workflows/i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
branch:
- 'master'
- 'stable-4.9'
- 'stable-4.10'

steps:

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,6 @@ To map between the two:
|AAP version|AAH version|
|-|-|
|2.4|4.9|
|2.5|4.10|

[Table with component versions](https://github.com/ansible/galaxy_ng/wiki/Galaxy-NG-Version-Matrix)
2 changes: 1 addition & 1 deletion ansible-hub-ui/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.10.0dev"
__version__ = "4.11.0dev"

0 comments on commit f4f7bb3

Please sign in to comment.