Skip to content

Commit

Permalink
ci: add dependabot file
Browse files Browse the repository at this point in the history
  • Loading branch information
da2ce7 committed Oct 12, 2023
1 parent 41be37a commit 4100d8d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
target-branch: "develop"
labels:
- "Continuous Integration"
- "Dependencies"

- package-ecosystem: cargo
directory: /
schedule:
interval: daily
target-branch: "develop"
labels:
- "Build | Project System"
- "Dependencies"

0 comments on commit 4100d8d

Please sign in to comment.