Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-boehm committed Nov 17, 2023
2 parents 0ec2a8e + a3e9f47 commit f53ae36
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
version: 2
updates:
- package-ecosystem: "gradle"
directory: "/"
- package-ecosystem: 'gradle'
directory: '/'
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/"
interval: 'weekly'
target-branch: 'develop'
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
interval: 'weekly'
target-branch: 'develop'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/"
interval: 'weekly'
target-branch: 'develop'
- package-ecosystem: 'docker'
directory: '/'
schedule:
interval: "weekly"
interval: 'weekly'
target-branch: 'develop'

0 comments on commit f53ae36

Please sign in to comment.