Skip to content

Commit

Permalink
chore(ci): create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans authored Jan 14, 2025
1 parent d066b3d commit 8b8c7a7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
commit-message:
prefix: 'ci(dependabot):'
labels:
- ci
- dependencies
- package-ecosystem: python
directory: /
schedule:
interval: monthly
commit-message:
prefix: 'ci(dependabot):'
labels:
- ci
- dependencies
allow:
- dependency-name: "sionna"

0 comments on commit 8b8c7a7

Please sign in to comment.