Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 5fa9196

Browse files
author
Thiago C. D'Ávila
authored
Merge pull request #13 from staticdev/add-dependabot
Add dependabot
2 parents dcc4f4f + 381a6b0 commit 5fa9196

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: github-actions
5+
directory: "/"
6+
schedule:
7+
interval: daily
8+
- package-ecosystem: pip
9+
directory: "/.github/workflows"
10+
schedule:
11+
interval: daily
12+
- package-ecosystem: pip
13+
directory: "/docs"
14+
schedule:
15+
interval: daily

0 commit comments

Comments
 (0)