Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
disable docker and enable github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
blankdots committed Mar 16, 2021
1 parent aa2d268 commit 1695e5e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,19 @@ updates:
labels:
- "pip dependencies"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
labels:
- "github actions"
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "/"
schedule:
interval: "weekly"
day: "monday"
labels:
- "docker dependencies"
open-pull-requests-limit: 10
open-pull-requests-limit: 0

0 comments on commit 1695e5e

Please sign in to comment.