aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 640e38b..0000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-version: 2
-updates:
-- package-ecosystem: cargo
- directory: "/"
- schedule:
- interval: daily
- time: "12:00"
- open-pull-requests-limit: 10
- ignore:
- - dependency-name: ttf-parser
- versions:
- - 0.10.1
- - 0.11.0
-- package-ecosystem: cargo
- directory: "/examples/wasm-demo"
- schedule:
- interval: daily
- time: "12:00"
- open-pull-requests-limit: 10