Skip to content

Commit 98f7ece

Browse files
authored
chore: clean up dependabot config (#584)
* chore: change dependabot package ecosystem from npm to bun * chore: use npm package ecosystem
1 parent 87085fa commit 98f7ece

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,14 @@ updates:
99
directory: /
1010
schedule:
1111
interval: daily
12+
1213
- package-ecosystem: github-actions
1314
directory: /
1415
schedule:
1516
interval: daily
1617

1718
- package-ecosystem: npm
18-
directory: /apps/blog
19-
schedule:
20-
interval: daily
21-
22-
- package-ecosystem: npm
23-
directory: /packages/tailwind
19+
directory: /packages/remark-plugin
2420
schedule:
2521
interval: daily
2622

0 commit comments

Comments
 (0)