Skip to content

Commit

Permalink
🔧 add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Jan 13, 2025
1 parent e82aa85 commit 18df89e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-patch" ]
- package-ecosystem: cargo
directory: "/"
schedule:
interval: "monthly"
groups:
all:
patterns:
- "*"

0 comments on commit 18df89e

Please sign in to comment.