We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2.1.14
1 parent b5d1618 commit 0816ea9Copy full SHA for 0816ea9
.github/workflows/safe-settings.yaml
@@ -19,7 +19,7 @@ jobs:
19
safe-settings-sync:
20
runs-on: ubuntu-latest
21
env:
22
- SAFE_SETTINGS_VERSION: 2.1.16
+ SAFE_SETTINGS_VERSION: 2.1.14
23
SAFE_SETTINGS_CODE_DIR: .safe-settings-code
24
steps:
25
- name: Checkout source
.renovaterc.json5
@@ -19,4 +19,10 @@
datasourceTemplate: "github-releases",
},
],
+ packageRules: [
+ {
+ matchDepNames: ["github/safe-settings"],
+ allowedVersions: "<=2.1.14",
26
+ },
27
+ ],
28
}
0 commit comments