Skip to content

Commit d24d80a

Browse files
authored
chore: add dependbot for check dep (#204)
Signed-off-by: jokemanfire <[email protected]>
1 parent 08c933a commit d24d80a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/dependabot.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "cargo"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
labels:
8+
- T-dependencies
9+
open-pull-requests-limit: 3
10+
commit-message:
11+
prefix: "chore"
12+
include: "scope"
13+
14+
# Ensure that references to actions in a repository's workflow.yml file are kept up to date.
15+
# See https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot
16+
- package-ecosystem: "github-actions"
17+
directory: "/"
18+
schedule:
19+
interval: "daily"
20+
labels:
21+
# Mark PRs as CI related change.
22+
- T-CI
23+
open-pull-requests-limit: 3
24+
commit-message:
25+
prefix: "chore"
26+
include: "scope"

0 commit comments

Comments
 (0)