Skip to content

Commit 57a90bc

Browse files
committed
Update tooling for 4.9 eol
(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
1 parent 5cbdc00 commit 57a90bc

File tree

5 files changed

+0
-87
lines changed

5 files changed

+0
-87
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -19,66 +19,16 @@ updates:
1919
- "react"
2020
- "react-dom"
2121

22-
- package-ecosystem: 'npm'
23-
directory: '/'
24-
target-branch: 'stable-4.9'
25-
schedule:
26-
interval: 'monthly'
27-
commit-message:
28-
prefix: '[stable-4.9] '
29-
groups:
30-
babel:
31-
patterns:
32-
- "@babel/*"
33-
- "babel-core"
34-
- "babel-loader"
35-
lingui:
36-
patterns:
37-
- "@lingui/*"
38-
react:
39-
patterns:
40-
- "react"
41-
- "react-dom"
42-
- "@types/react"
43-
- "@types/react-dom"
44-
ignore:
45-
- dependency-name: '@lingui/*'
46-
update-types: ['version-update:semver-major']
47-
- dependency-name: '@patternfly/*'
48-
update-types: ['version-update:semver-major']
49-
- dependency-name: '@types/*'
50-
update-types: ['version-update:semver-major']
51-
- dependency-name: 'react'
52-
update-types: ['version-update:semver-major']
53-
- dependency-name: 'react-dom'
54-
update-types: ['version-update:semver-major']
55-
5622
# npm in test/
5723

5824
- package-ecosystem: 'npm'
5925
directory: '/test'
6026
schedule:
6127
interval: 'weekly'
6228

63-
- package-ecosystem: 'npm'
64-
directory: '/test'
65-
target-branch: 'stable-4.9'
66-
schedule:
67-
interval: 'monthly'
68-
commit-message:
69-
prefix: '[stable-4.9] '
70-
7129
# github-actions
7230

7331
- package-ecosystem: 'github-actions'
7432
directory: '/'
7533
schedule:
7634
interval: 'weekly'
77-
78-
- package-ecosystem: "github-actions"
79-
directory: "/"
80-
target-branch: 'stable-4.9'
81-
commit-message:
82-
prefix: '[stable-4.9] '
83-
schedule:
84-
interval: "monthly"

.github/labeler.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/workflows/i18n.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
matrix:
1616
branch:
1717
- 'master'
18-
- 'stable-4.9'
1918

2019
steps:
2120

.github/workflows/labeler.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,5 @@ List by branches:
109109
## Version mapping
110110

111111
Our branches, backport labels, releases and tags use AAH versions, but Jira uses AAP versions.
112-
To map between the two:
113-
114-
|AAP version|AAH version|
115-
|-|-|
116-
|2.4|4.9|
117112

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

0 commit comments

Comments
 (0)