Compare commits
2 Commits
calibre-se
...
libation-0
Author | SHA1 | Date | |
---|---|---|---|
69900d3931 | |||
f80cec8c82 |
8
.github/renovate.json
vendored
8
.github/renovate.json
vendored
@@ -40,7 +40,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Label service images",
|
"description": "Label service images",
|
||||||
"matchPackageNames": [
|
"matchDepNames": [
|
||||||
"ghcr.io/alex1989hu/kubelet-serving-cert-approver",
|
"ghcr.io/alex1989hu/kubelet-serving-cert-approver",
|
||||||
"ghcr.io/cloudnative-pg/postgresql",
|
"ghcr.io/cloudnative-pg/postgresql",
|
||||||
"redis/redis-stack-server"
|
"redis/redis-stack-server"
|
||||||
@@ -57,7 +57,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Label service charts",
|
"description": "Label service charts",
|
||||||
"matchPackageNames": [
|
"matchDepNames": [
|
||||||
"elasticsearch",
|
"elasticsearch",
|
||||||
"redis"
|
"redis"
|
||||||
],
|
],
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Label application images",
|
"description": "Label application images",
|
||||||
"matchPackageNames": [
|
"matchDepNames": [
|
||||||
"bbilly1/tubearchivist-jf",
|
"bbilly1/tubearchivist-jf",
|
||||||
"bbilly1/tubearchivist",
|
"bbilly1/tubearchivist",
|
||||||
"freshrss/freshrss",
|
"freshrss/freshrss",
|
||||||
@@ -97,7 +97,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Label application charts",
|
"description": "Label application charts",
|
||||||
"matchPackageNames": [],
|
"matchDepNames": [],
|
||||||
"matchDatasources": [
|
"matchDatasources": [
|
||||||
"helm"
|
"helm"
|
||||||
],
|
],
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: libation
|
name: libation
|
||||||
version: 0.0.6
|
version: 0.0.7
|
||||||
description: Import library from audible
|
description: Import library from audible
|
||||||
keywords:
|
keywords:
|
||||||
- audiobooks
|
- audiobooks
|
||||||
@@ -10,4 +10,4 @@ sources:
|
|||||||
maintainers:
|
maintainers:
|
||||||
- name: alexlebens
|
- name: alexlebens
|
||||||
icon: https://getlibation.com/images/libation-logo.png
|
icon: https://getlibation.com/images/libation-logo.png
|
||||||
appVersion: "11.1.0"
|
appVersion: "11.3.13"
|
||||||
|
@@ -2,7 +2,7 @@ job:
|
|||||||
schedule: "0 * * * *"
|
schedule: "0 * * * *"
|
||||||
image:
|
image:
|
||||||
repository: rmcrackan/libation
|
repository: rmcrackan/libation
|
||||||
tag: "11.1.0"
|
tag: "11.3.13"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
Reference in New Issue
Block a user