You've already forked mint-backgrounds-helena-pkg
Compare commits
8 Commits
1.0-6
...
9c16345b0e
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c16345b0e | |||
|
9359731c9a
|
|||
| 086f7935e9 | |||
|
b474d1f71a
|
|||
| 582502a322 | |||
|
a232acf091
|
|||
| 3ac8cf57c5 | |||
|
8f0287a417
|
@@ -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.37.0
|
image: git.cryptic.systems/volker.raschek/markdownlint:0.40.0
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 150
|
cpu: 150
|
||||||
@@ -59,7 +59,7 @@ steps:
|
|||||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
||||||
|
|
||||||
- name: git-push
|
- name: git-push
|
||||||
image: docker.io/appleboy/drone-git-push:1.0.6
|
image: docker.io/appleboy/drone-git-push:1.1.0
|
||||||
settings:
|
settings:
|
||||||
branch: master
|
branch: master
|
||||||
remote: ssh://aur@aur.archlinux.org/mint-backgrounds-helena.git
|
remote: ssh://aur@aur.archlinux.org/mint-backgrounds-helena.git
|
||||||
|
|||||||
17
renovate.json
Normal file
17
renovate.json
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"assignees": [ "volker.raschek" ],
|
||||||
|
"automergeStrategy": "merge-commit",
|
||||||
|
"automergeType": "pr",
|
||||||
|
"labels": [ "renovate" ],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
|
||||||
|
"automerge": true,
|
||||||
|
"matchManagers": "droneci",
|
||||||
|
"matchUpdateTypes": [ "minor", "patch"]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"rebaseLabel": "renovate/rebase",
|
||||||
|
"rebaseWhen": "behind-base-branch"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user