We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb69cc commit d3921eeCopy full SHA for d3921ee
.github/dependabot.yml
@@ -5,26 +5,22 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: npm
+ - package-ecosystem: bun
9
directory: /
10
schedule:
11
interval: daily
12
+
13
- package-ecosystem: github-actions
14
15
16
17
18
- directory: /apps/blog
19
- schedule:
20
- interval: daily
21
-
22
23
- directory: /packages/tailwind
+ directory: /packages/remark-plugin
24
25
26
27
28
directory: /apps/website
29
30
0 commit comments