There was an error while loading. Please reload this page.
1 parent 1aca210 commit dcf136cCopy full SHA for dcf136c
2 files changed
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
working-directory: ./app
54
run: gpg --quiet --batch --yes --decrypt --passphrase="$GPG_KEYSTORE" --output fgautomata.keystore fgautomata.keystore.gpg
55
56
- - uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f
+ - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9
57
with:
58
ruby-version: '4.0.5'
59
bundler-cache: true
renovate.json
@@ -1,6 +1,7 @@
1
{
2
"extends": [
3
- "config:recommended"
+ "config:recommended",
4
+ "helpers:pinGitHubActionDigests"
5
],
6
"ignorePresets": [
7
":prHourlyLimit2"
@@ -15,7 +16,6 @@
15
16
},
17
"github-actions": {
18
"enabled": true,
- "automerge": true,
19
"groupName": "github-actions"
20
21
"packageRules": [
0 commit comments