Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
Disable dependabot dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Aug 18, 2021
1 parent 65b8c24 commit f4cf6f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -9,6 +9,7 @@ updates:
labels:
- docker
- dependencies
open-pull-requests-limit: 0

- package-ecosystem: "docker"
directory: "/server"
Expand All @@ -18,6 +19,7 @@ updates:
labels:
- docker
- dependencies
open-pull-requests-limit: 0

- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -27,6 +29,7 @@ updates:
labels:
- docker
- gh-actions
open-pull-requests-limit: 0

- package-ecosystem: "npm"
directory: "/"
Expand All @@ -36,6 +39,7 @@ updates:
labels:
- docker
- npm
open-pull-requests-limit: 0

- package-ecosystem: "pip"
directory: "/server"
Expand All @@ -45,3 +49,4 @@ updates:
labels:
- docker
- python
open-pull-requests-limit: 0

0 comments on commit f4cf6f8

Please sign in to comment.