Skip to content

Commit

Permalink
ci: enable dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Nov 14, 2024
1 parent 99f348b commit f4ce2a6
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 f4ce2a6

Please sign in to comment.