Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
chore: disable dependabot (#1962)
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Feb 10, 2023
1 parent e4e9f95 commit 836293e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
# Disable version updates for Maven dependencies
open-pull-requests-limit: 0
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
# Disable version updates for pip dependencies
open-pull-requests-limit: 0

0 comments on commit 836293e

Please sign in to comment.