Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
ci: enable Dependabot rebasing again
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Feb 10, 2022
1 parent d31031c commit 3b081a9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,19 @@ updates:
directory: '/'
schedule:
interval: 'monthly'
rebase-strategy: 'disabled'
- package-ecosystem: 'npm'
directory: '/client'
schedule:
interval: 'monthly'
rebase-strategy: 'disabled'
- package-ecosystem: 'gradle'
directory: '/'
schedule:
interval: 'monthly'
rebase-strategy: 'disabled'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'monthly'
rebase-strategy: 'disabled'
- package-ecosystem: 'pip'
directory: '/package_parser'
schedule:
interval: 'monthly'
rebase-strategy: 'disabled'

0 comments on commit 3b081a9

Please sign in to comment.