Skip to content

Commit 26f687a

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 2444cc0 commit 26f687a

File tree

5 files changed

+0
-95
lines changed

5 files changed

+0
-95
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -28,74 +28,16 @@ updates:
2828
- "react"
2929
- "react-dom"
3030

31-
- package-ecosystem: 'npm'
32-
directory: '/'
33-
target-branch: 'stable-4.9'
34-
schedule:
35-
interval: 'monthly'
36-
commit-message:
37-
prefix: '[stable-4.9] '
38-
groups:
39-
babel:
40-
patterns:
41-
- "@babel/*"
42-
- "babel-loader"
43-
eslint:
44-
patterns:
45-
- "eslint"
46-
- "eslint-config-*"
47-
- "eslint-plugin-*"
48-
- "typescript-eslint"
49-
lingui:
50-
patterns:
51-
- "@lingui/*"
52-
patternfly:
53-
patterns:
54-
- "@patternfly/*"
55-
react:
56-
patterns:
57-
- "react"
58-
- "react-dom"
59-
- "@types/react"
60-
- "@types/react-dom"
61-
ignore:
62-
- dependency-name: '@lingui/*'
63-
update-types: ['version-update:semver-major']
64-
- dependency-name: '@patternfly/*'
65-
update-types: ['version-update:semver-major']
66-
- dependency-name: '@types/*'
67-
update-types: ['version-update:semver-major']
68-
- dependency-name: 'react'
69-
update-types: ['version-update:semver-major']
70-
- dependency-name: 'react-dom'
71-
update-types: ['version-update:semver-major']
72-
7331
# npm in test/
7432

7533
- package-ecosystem: 'npm'
7634
directory: '/test'
7735
schedule:
7836
interval: 'weekly'
7937

80-
- package-ecosystem: 'npm'
81-
directory: '/test'
82-
target-branch: 'stable-4.9'
83-
schedule:
84-
interval: 'monthly'
85-
commit-message:
86-
prefix: '[stable-4.9] '
87-
8838
# github-actions
8939

9040
- package-ecosystem: 'github-actions'
9141
directory: '/'
9242
schedule:
9343
interval: 'weekly'
94-
95-
- package-ecosystem: "github-actions"
96-
directory: "/"
97-
target-branch: 'stable-4.9'
98-
commit-message:
99-
prefix: '[stable-4.9] '
100-
schedule:
101-
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
@@ -108,10 +108,5 @@ List by branches:
108108
## Version mapping
109109

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

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

0 commit comments

Comments
 (0)