Skip to content

Commit

Permalink
Add dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg authored Mar 19, 2024
1 parent eedb72e commit 717602a
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: gradle
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
assignees:
- violetagg
target-branch: "0.2.x"
labels:
- type/dependency-upgrade
rebase-strategy: disabled
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
assignees:
- violetagg
target-branch: "0.2.x"
labels:
- type/dependency-upgrade
rebase-strategy: disabled

0 comments on commit 717602a

Please sign in to comment.