Compare commits

...

3 Commits

Author SHA1 Message Date
19c8bb0293
chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.44.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-01 17:34:59 +00:00
f76a5b0c9f
chore(renovate): use configuration preset
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-30 21:21:45 +02:00
2be6b7a7fd
fix: bump release version
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2025-02-22 22:46:05 +01:00
4 changed files with 9 additions and 25 deletions

View File

@ -1,7 +1,7 @@
pkgbase = shellyctl
pkgdesc = shellyctl is an unofficial command line client for the Shelly Gen2/3 API.
pkgver = 0.4.0
pkgrel = 2
pkgrel = 3
url = https://github.com/jcodybaker/shellyctl
arch = armv7h
arch = aarch64

View File

@ -13,7 +13,7 @@ steps:
- name: markdown lint
commands:
- markdownlint *.md
image: git.cryptic.systems/volker.raschek/markdownlint:0.43.0
image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0
resources:
limits:
cpu: 150

View File

@ -2,7 +2,7 @@
pkgname=shellyctl
pkgver=0.4.0 # renovate: datasource=github-releases depName=jcodybaker/shellyctl
pkgrel=2
pkgrel=3
pkgdesc="shellyctl is an unofficial command line client for the Shelly Gen2/3 API. "
arch=('armv7h' 'aarch64' 'x86_64')
url="https://github.com/jcodybaker/$pkgname"

View File

@ -1,25 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assignees": [ "volker.raschek" ],
"labels": [ "renovate" ],
"packageRules": [
{
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
"automerge": true,
"matchManagers": "droneci",
"matchUpdateTypes": [ "minor", "patch"]
}
],
"rebaseLabel": "renovate/rebase",
"rebaseWhen": "behind-base-branch",
"regexManagers": [
{
"description": "Update PKGBUILD version",
"fileMatch": [ "(^|/)PKGBUILD$" ],
"matchStrings": [
"pkgver=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*)( lookupName=(?<lookupName>.*))?( versioning=(?<versioning>.*))?"
],
"extractVersionTemplate": "^v?(?<version>.*)$"
}
"extends": [
"local>volker.raschek/renovate-config:default#master",
"local>volker.raschek/renovate-config:container#master",
"local>volker.raschek/renovate-config:actions#master",
"local>volker.raschek/renovate-config:regexp#master"
]
}