Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
19c8bb0293 | |||
f76a5b0c9f | |||
2be6b7a7fd |
2
.SRCINFO
2
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
pkgbase = shellyctl
|
pkgbase = shellyctl
|
||||||
pkgdesc = shellyctl is an unofficial command line client for the Shelly Gen2/3 API.
|
pkgdesc = shellyctl is an unofficial command line client for the Shelly Gen2/3 API.
|
||||||
pkgver = 0.4.0
|
pkgver = 0.4.0
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://github.com/jcodybaker/shellyctl
|
url = https://github.com/jcodybaker/shellyctl
|
||||||
arch = armv7h
|
arch = armv7h
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
|
@ -13,7 +13,7 @@ steps:
|
|||||||
- name: markdown lint
|
- name: markdown lint
|
||||||
commands:
|
commands:
|
||||||
- markdownlint *.md
|
- markdownlint *.md
|
||||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.43.0
|
image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 150
|
cpu: 150
|
||||||
|
2
PKGBUILD
2
PKGBUILD
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=shellyctl
|
pkgname=shellyctl
|
||||||
pkgver=0.4.0 # renovate: datasource=github-releases depName=jcodybaker/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. "
|
pkgdesc="shellyctl is an unofficial command line client for the Shelly Gen2/3 API. "
|
||||||
arch=('armv7h' 'aarch64' 'x86_64')
|
arch=('armv7h' 'aarch64' 'x86_64')
|
||||||
url="https://github.com/jcodybaker/$pkgname"
|
url="https://github.com/jcodybaker/$pkgname"
|
||||||
|
@ -1,25 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"assignees": [ "volker.raschek" ],
|
"extends": [
|
||||||
"labels": [ "renovate" ],
|
"local>volker.raschek/renovate-config:default#master",
|
||||||
"packageRules": [
|
"local>volker.raschek/renovate-config:container#master",
|
||||||
{
|
"local>volker.raschek/renovate-config:actions#master",
|
||||||
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
|
"local>volker.raschek/renovate-config:regexp#master"
|
||||||
"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>.*)$"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user