Skip to content

Commit

Permalink
chore: disable renovate builds
Browse files Browse the repository at this point in the history
Disable renovate PR builds in CI, also fix renovate config.

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Feb 7, 2023
1 parent ddeddbd commit 5ab4f59
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
14 changes: 12 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ steps:
- name: docker
path: /root/.docker/buildx

trigger:
branch:
exclude:
- renovate/*
- dependabot/*

volumes:
- name: docker-socket
host:
Expand Down Expand Up @@ -96,9 +102,13 @@ steps:
- failure

trigger:
branch:
exclude:
- renovate/*
- dependabot/*
status:
- success
- failure
- success
- failure

depends_on:
- default
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"Makefile"
],
"matchStrings": [
"(?<depName>ghcr.io\\/siderolabs\\/bldr):(?<currentValue>v.*-frontend)"
"(?<depName>ghcr.io\\/siderolabs\\/bldr):(?<currentValue>v.*)"
],
"datasourceTemplate": "docker",
"versioningTemplate": "semver"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SOURCE_DATE_EPOCH ?= "1602102660"

# Sync bldr image with Pkgfile
BLDR ?= docker run --rm --volume $(PWD):/tools --entrypoint=/bldr \
ghcr.io/siderolabs/bldr:v0.2.0-alpha.10 graph --root=/tools
ghcr.io/siderolabs/bldr:v0.2.0-alpha.12 graph --root=/tools

BUILD := docker buildx build
PLATFORM ?= linux/amd64,linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion Pkgfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax = ghcr.io/siderolabs/bldr:v0.2.0-alpha.10
# syntax = ghcr.io/siderolabs/bldr:v0.2.0-alpha.12

format: v1alpha2

Expand Down

0 comments on commit 5ab4f59

Please sign in to comment.