Skip to content

Commit

Permalink
Update tooling for 4.9 eol
Browse files Browse the repository at this point in the history
(if there is a 4.10, rebase to keep `.githup/workflows/labeler.yml` and only remove 4.9 parts of `.github/labeler.yml`)

No-Issue
  • Loading branch information
himdel committed Jun 10, 2024
1 parent 5cbdc00 commit 57a90bc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 87 deletions.
50 changes: 0 additions & 50 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,66 +19,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-core"
- "babel-loader"
lingui:
patterns:
- "@lingui/*"
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 @@ -109,10 +109,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)

0 comments on commit 57a90bc

Please sign in to comment.