Skip to content

Commit 283a99f

Browse files
committed
Use renovate to bump base image refs
And set automerge to true to put this on autopilot.
1 parent fb57cfb commit 283a99f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/ubi:latest
1+
FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:38791b293262ac2169eca2717e68e626a047d2b89fbd1da544db24ed0204efeb
22

33
ARG SYNC2JIRA_GIT_REPO=https://github.com/release-engineering/Sync2Jira.git
44
ARG SYNC2JIRA_GIT_REF=master

Dockerfile.sync-page

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/ubi:latest
1+
FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:38791b293262ac2169eca2717e68e626a047d2b89fbd1da544db24ed0204efeb
22

33
ARG SYNC2JIRA_GIT_REPO=https://github.com/release-engineering/Sync2Jira.git
44
ARG SYNC2JIRA_GIT_REF=master

renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"automerge": true,
3+
"updateNotScheduled": false,
4+
"schedule": [
5+
"after 5pm on sunday"
6+
]
7+
}

0 commit comments

Comments
 (0)