Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit a57fa41

Browse files
committed
Drop fedora-bootc:eln image
In order to streamline the focus, let's drop fedora-bootc:eln. - We want to be moving container builds into upstream distributions anyways - Building two containers from one git repository is awkward in Tekton
1 parent 63609f7 commit a57fa41

File tree

3 files changed

+0
-153
lines changed

3 files changed

+0
-153
lines changed

.tekton/fedora-bootc-pull-request.yaml

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

.tekton/fedora-bootc-push.yaml

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

renovate.json

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,12 @@
44
"local>centos/.github:renovate-config"
55
],
66
"customDatasources": {
7-
"fedora-eln-compose": {
8-
"defaultRegistryUrlTemplate": "https://odcs.fedoraproject.org/composes/production",
9-
"format": "html"
10-
},
117
"c9s-compose": {
128
"defaultRegistryUrlTemplate": "https://composes.stream.centos.org/development/",
139
"format": "html"
1410
}
1511
},
1612
"customManagers": [
17-
{
18-
"customType": "regex",
19-
"fileMatch": [
20-
"fedora-eln.repo",
21-
"fedora-bootc-config.json"
22-
],
23-
"matchStrings": [
24-
"https://odcs.fedoraproject.org/composes/production/(?<currentValue>.*)/compose/(.*)",
25-
"\"redhat.compose-id\": \"(?<currentValue>.*)\""
26-
],
27-
"datasourceTemplate": "custom.fedora-eln-compose",
28-
"depNameTemplate": "Fedora-ELN",
29-
"versioningTemplate": "regex:^Fedora-ELN-(?<major>\\d{8})\\.(?<minor>\\d+)$"
30-
},
3113
{
3214
"customType": "regex",
3315
"fileMatch": [
@@ -44,17 +26,6 @@
4426
}
4527
],
4628
"packageRules": [
47-
{
48-
"matchDatasources": [
49-
"custom.fedora-eln-compose"
50-
],
51-
"extractVersion": "(?<version>.+)/$",
52-
"automerge": true,
53-
"schedule": [
54-
"at any time"
55-
],
56-
"groupName": null
57-
},
5829
{
5930
"matchDatasources": [
6031
"custom.c9s-compose"

0 commit comments

Comments
 (0)