Skip to content

Commit bf7bc92

Browse files
remove router-bridge automation (#607)
This commit removes any github workflows and renovate rules around router-bridge related tasks.
1 parent 8d9cf92 commit bf7bc92

File tree

4 files changed

+0
-120
lines changed

4 files changed

+0
-120
lines changed

.github/renovate.json5

-29
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,6 @@
4141
// eventually true?
4242
}
4343
},
44-
// npm by itself for non-major >= 1.0.0
45-
{
46-
"matchCurrentVersion": ">= 1.0.0",
47-
"matchManagers": [
48-
"npm"
49-
],
50-
"matchUpdateTypes": [
51-
"minor",
52-
"patch",
53-
"pin",
54-
"digest"
55-
],
56-
"groupName": "all npm non-major packages >= 1.0",
57-
"groupSlug": "npm-all-non-major-gte-1.0",
58-
"automerge": false,
59-
},
6044
// cargo by itself for non-major >= 1.0.0
6145
{
6246
"matchCurrentVersion": ">= 1.0.0",
@@ -73,19 +57,6 @@
7357
"groupSlug": "cargo-all-non-major-gte-1.0",
7458
"automerge": false,
7559
},
76-
// We'll review these in a PR of their own since it has the most direct runtime
77-
// implications on users that we'd like to be very intentional about.
78-
{
79-
"matchPackagePrefixes": [
80-
"deno_"
81-
],
82-
"groupName": "deno updates",
83-
"groupSlug": "rust-deno-updates",
84-
"matchManagers": [
85-
"cargo"
86-
],
87-
"automerge": false
88-
},
8960
// CentOS 8 is EOL, but 7 lives on.
9061
{
9162
"matchPackageNames": [

.github/workflows/publish.yml

-28
This file was deleted.

.github/workflows/release.yml

-62
This file was deleted.

.tool-versions

-1
This file was deleted.

0 commit comments

Comments
 (0)