Skip to content

Commit bf1fe88

Browse files
authored
Remove obsolete RustConfig file (#6455)
`RustConfig` was needed while we didn't have a `rust-toolchain.toml` file, but since that got added now, we don't need the `RustConfig` file anymore (see https://github.com/emk/heroku-buildpack-rust/tree/cfa0f0621411f0dbb46df9d4740e119b7a459ccc#specifying-which-version-of-rust-to-use)
1 parent 2169f71 commit bf1fe88

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

.github/renovate.json5

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@
1919
"rust": {
2020
"labels": ["A-backend ⚙️"],
2121
},
22-
"regexManagers": [
23-
{
24-
"fileMatch": ["^RustConfig$"],
25-
"matchStrings": ["VERSION=(?<currentValue>.*?)\n"],
26-
"depNameTemplate": "rust",
27-
"datasourceTemplate": "github-releases",
28-
"lookupNameTemplate": "rust-lang/rust",
29-
}
30-
],
3122
"packageRules": [{
3223
"matchPackageNames": ["ember-cli", "ember-data", "ember-source"],
3324
"separateMinorPatch": true,

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
build.rs
5252
Cargo.lock
5353
Cargo.toml
54-
RustConfig
5554
rust-toolchain.toml
5655
5756
outputs:

RustConfig

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)