Skip to content

Commit ab50103

Browse files
author
Katrina Nguyen
committed
Merge remote-tracking branch 'origin' into knguyen2/ent-9948
2 parents f1afa48 + 9ce4810 commit ab50103

File tree

3 files changed

+13
-18
lines changed

3 files changed

+13
-18
lines changed

catalog-info.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,4 @@ spec:
3232
type: 'website'
3333

3434
# (Required) Acceptable Lifecycle Values: experimental, production, deprecated
35-
lifecycle: 'production'
36-
37-
# (Optional) The value can be the name of any known component.
38-
subcomponentOf: '<name_of_a_component>'
39-
40-
# (Optional) An array of different components or resources.
41-
dependsOn:
42-
- '<component_or_resource>'
43-
- '<another_component_or_resource>'
35+
lifecycle: 'production'

openedx.yaml

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

renovate.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
{
22
"extends": [
3-
"config:base"
3+
"config:recommended",
4+
"group:allNonMajor"
45
],
56
"patch": {
67
"automerge": true
78
},
8-
"rebaseStalePrs": true,
9+
"rebaseWhen": "behind-base-branch",
910
"packageRules": [
1011
{
11-
"matchPackagePatterns": ["@edx", "@openedx"],
12-
"matchUpdateTypes": ["minor", "patch"],
13-
"automerge": true
12+
"matchUpdateTypes": [
13+
"minor",
14+
"patch"
15+
],
16+
"automerge": true,
17+
"matchPackageNames": [
18+
"/@edx/",
19+
"/@openedx/"
20+
]
1421
}
1522
]
1623
}

0 commit comments

Comments
 (0)