Skip to content

Commit

Permalink
remove router-bridge automation (#607)
Browse files Browse the repository at this point in the history
This commit removes any github workflows and renovate rules around
router-bridge related tasks.
  • Loading branch information
nicholascioli authored Jan 7, 2025
1 parent 8d9cf92 commit bf7bc92
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 120 deletions.
29 changes: 0 additions & 29 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,6 @@
// eventually true?
}
},
// npm by itself for non-major >= 1.0.0
{
"matchCurrentVersion": ">= 1.0.0",
"matchManagers": [
"npm"
],
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"groupName": "all npm non-major packages >= 1.0",
"groupSlug": "npm-all-non-major-gte-1.0",
"automerge": false,
},
// cargo by itself for non-major >= 1.0.0
{
"matchCurrentVersion": ">= 1.0.0",
Expand All @@ -73,19 +57,6 @@
"groupSlug": "cargo-all-non-major-gte-1.0",
"automerge": false,
},
// We'll review these in a PR of their own since it has the most direct runtime
// implications on users that we'd like to be very intentional about.
{
"matchPackagePrefixes": [
"deno_"
],
"groupName": "deno updates",
"groupSlug": "rust-deno-updates",
"matchManagers": [
"cargo"
],
"automerge": false
},
// CentOS 8 is EOL, but 7 lives on.
{
"matchPackageNames": [
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/publish.yml

This file was deleted.

62 changes: 0 additions & 62 deletions .github/workflows/release.yml

This file was deleted.

1 change: 0 additions & 1 deletion .tool-versions

This file was deleted.

0 comments on commit bf7bc92

Please sign in to comment.