Skip to content

Commit f65a707

Browse files
authored
fix dependabot config file (#60)
1 parent 4ea18c3 commit f65a707

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5-
1+
---
62
version: 2
73
updates:
8-
- package-ecosystem: "" # See documentation for possible values
9-
directory: "/" # Location of package manifests
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
- package-ecosystem: npm
9+
directory: "/apps/example"
10+
schedule:
11+
interval: "weekly"
12+
- package-ecosystem: npm
13+
directory: "/packages/sdk"
1014
schedule:
1115
interval: "daily"

0 commit comments

Comments
 (0)