Skip to content

Commit 0816ea9

Browse files
authored
Downgrade safe-settings to 2.1.14 (#287)
github/safe-settings#775
1 parent b5d1618 commit 0816ea9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/safe-settings.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
safe-settings-sync:
2020
runs-on: ubuntu-latest
2121
env:
22-
SAFE_SETTINGS_VERSION: 2.1.16
22+
SAFE_SETTINGS_VERSION: 2.1.14
2323
SAFE_SETTINGS_CODE_DIR: .safe-settings-code
2424
steps:
2525
- name: Checkout source

.renovaterc.json5

+6
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,10 @@
1919
datasourceTemplate: "github-releases",
2020
},
2121
],
22+
packageRules: [
23+
{
24+
matchDepNames: ["github/safe-settings"],
25+
allowedVersions: "<=2.1.14",
26+
},
27+
],
2228
}

0 commit comments

Comments
 (0)