Expand dependabot coverage (#161)

* Expand dependabot coverage
* Skip CI when doing changes to dependabot config
This commit is contained in:
Juan Calderon-Perez 2023-04-16 20:50:10 -04:00 committed by GitHub
parent c48dc72c84
commit 5efaa92eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View File

@ -1,7 +1,18 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "pip"
directory: "/api"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/web"
schedule:
interval: "daily"

View File

@ -8,6 +8,7 @@ on:
- '**.md'
- 'docker-compose.yml'
- 'docker-compose.dev.yml'
- '.github/dependabot.yml'
pull_request:
branches:
- 'main'
@ -15,6 +16,7 @@ on:
- '**.md'
- 'docker-compose.yml'
- 'docker-compose.dev.yml'
- '.github/dependabot.yml'
workflow_dispatch:
release:
types: [published, edited]