Compare commits
1 Commits
renovate/f
...
1eaee241c4
| Author | SHA1 | Date | |
|---|---|---|---|
| 1eaee241c4 |
@@ -24,7 +24,7 @@ jobs:
|
|||||||
# directly drops the docker-in-docker requirement entirely.
|
# directly drops the docker-in-docker requirement entirely.
|
||||||
# Full tag pinned; Renovate's github-actions manager keeps it bumped.
|
# Full tag pinned; Renovate's github-actions manager keeps it bumped.
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/renovatebot/renovate:43.232.0
|
image: ghcr.io/renovatebot/renovate:43.288.0
|
||||||
steps:
|
steps:
|
||||||
- name: Run Renovate
|
- name: Run Renovate
|
||||||
run: renovate
|
run: renovate
|
||||||
|
|||||||
2
Gemfile
2
Gemfile
@@ -7,4 +7,4 @@ source "https://rubygems.org"
|
|||||||
# Pinned exactly; Renovate's bundler manager keeps it bumped. No Gemfile.lock is
|
# Pinned exactly; Renovate's bundler manager keeps it bumped. No Gemfile.lock is
|
||||||
# committed on purpose: this resolves an uploader's transitive deps, not the
|
# committed on purpose: this resolves an uploader's transitive deps, not the
|
||||||
# app's, and none of it affects the reproducible release build.
|
# app's, and none of it affects the reproducible release build.
|
||||||
gem "fastlane", "2.238.0"
|
gem "fastlane", "2.237.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user