Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2026Q1] Update tooling for 4.9 eol #5120

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 0 additions & 58 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,74 +28,16 @@ updates:
- "react"
- "react-dom"

- package-ecosystem: 'npm'
directory: '/'
target-branch: 'stable-4.9'
schedule:
interval: 'monthly'
commit-message:
prefix: '[stable-4.9] '
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']

# npm in test/

- package-ecosystem: 'npm'
directory: '/test'
schedule:
interval: 'weekly'

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

# github-actions

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'

- package-ecosystem: "github-actions"
directory: "/"
target-branch: 'stable-4.9'
commit-message:
prefix: '[stable-4.9] '
schedule:
interval: "monthly"
9 changes: 0 additions & 9 deletions .github/labeler.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
matrix:
branch:
- 'master'
- 'stable-4.9'

steps:

Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/labeler.yml

This file was deleted.

5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,5 @@ List by branches:
## Version mapping

Our branches, backport labels, releases and tags use AAH versions, but Jira uses AAP versions.
To map between the two:

|AAP version|AAH version|
|-|-|
|2.4|4.9|

[Table with component versions](https://github.com/ansible/galaxy_ng/wiki/Galaxy-NG-Version-Matrix)
Loading