mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 17:32:35 +00:00
chore(release): merge main (6767cef77a)
This commit is contained in:
commit
8d5b906abb
2 changed files with 5 additions and 5 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
- 'renovate/**'
|
- 'renovate/**'
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
@ -66,7 +66,7 @@ jobs:
|
||||||
if: |
|
if: |
|
||||||
startsWith(github.event.commits[0].message,
|
startsWith(github.event.commits[0].message,
|
||||||
'fix(deps): update renovate/renovate docker tag ')
|
'fix(deps): update renovate/renovate docker tag ')
|
||||||
&& github.ref == 'refs/heads/master'
|
&& github.ref == 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.3.4
|
uses: actions/checkout@v2.3.4
|
||||||
|
|
@ -79,9 +79,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git config --local user.name "github-actions[bot]"
|
git config --local user.name "github-actions[bot]"
|
||||||
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
- name: Merge master
|
- name: Merge main
|
||||||
run: |
|
run: |
|
||||||
git merge -m 'chore(release): merge master (${{ github.sha }})' ${{ github.sha }}
|
git merge -m 'chore(release): merge main (${{ github.sha }})' ${{ github.sha }}
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v2.1.5
|
uses: actions/setup-node@v2.1.5
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
class Docker {
|
class Docker {
|
||||||
readonly repository = 'renovate/renovate';
|
readonly repository = 'renovate/renovate';
|
||||||
// renovate: datasource=docker depName=renovate/renovate versioning=docker
|
// renovate: datasource=docker depName=renovate/renovate versioning=docker
|
||||||
readonly tag = '24.89.4-slim';
|
readonly tag = '24.91.1-slim';
|
||||||
readonly tagSuffix = '-slim';
|
readonly tagSuffix = '-slim';
|
||||||
|
|
||||||
image(): string {
|
image(): string {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue