Add Dependabot
This commit is contained in:
parent
f6c66b593f
commit
1f1a7c18b8
0
CODEOWNERS → .github/CODEOWNERS
vendored
0
CODEOWNERS → .github/CODEOWNERS
vendored
44
.github/dependabot.yml
vendored
Normal file
44
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
assignees:
|
||||||
|
- "luketainton"
|
||||||
|
reviewers:
|
||||||
|
- "luketainton"
|
||||||
|
commit-message:
|
||||||
|
prefix: "chore(actions)"
|
||||||
|
include: "scope"
|
||||||
|
labels:
|
||||||
|
- "dependencies"
|
||||||
|
|
||||||
|
- package-ecosystem: "docker"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
assignees:
|
||||||
|
- "luketainton"
|
||||||
|
reviewers:
|
||||||
|
- "luketainton"
|
||||||
|
commit-message:
|
||||||
|
prefix: "chore(docker)"
|
||||||
|
include: "scope"
|
||||||
|
labels:
|
||||||
|
- "dependencies"
|
||||||
|
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
assignees:
|
||||||
|
- "luketainton"
|
||||||
|
reviewers:
|
||||||
|
- "luketainton"
|
||||||
|
commit-message:
|
||||||
|
prefix: "chore(pip-prod)"
|
||||||
|
prefix-development: "chore(pip-dev)"
|
||||||
|
include: "scope"
|
||||||
|
labels:
|
||||||
|
- "dependencies"
|
0
renovate.json → .github/renovate.json
vendored
0
renovate.json → .github/renovate.json
vendored
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -6,8 +6,9 @@ on:
|
|||||||
- "README.md"
|
- "README.md"
|
||||||
- "LICENSE.md"
|
- "LICENSE.md"
|
||||||
- ".gitignore"
|
- ".gitignore"
|
||||||
- "CODEOWNERS"
|
- ".github/CODEOWNERS"
|
||||||
- "renovate.json"
|
- ".github/renovate.json"
|
||||||
|
- ".github/dependabot.yml"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pythonci:
|
pythonci:
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -48,5 +48,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
url: ${{ secrets.PORTAINER_WEBHOOK_URL }}
|
url: ${{ secrets.PORTAINER_WEBHOOK_URL }}
|
||||||
method: POST
|
method: POST
|
||||||
timeout: 30000
|
timeout: 60000
|
||||||
preventFailureOnNoResponse: "true"
|
preventFailureOnNoResponse: "true"
|
||||||
|
Loading…
Reference in New Issue
Block a user