Merge pull request #1979 from mmorel-35/other/1977_dependabot

Dependabot configuration
This commit is contained in:
Knut Sveidqvist 2021-04-25 10:42:41 +02:00 committed by GitHub
commit 6ce2de6fb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

13
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: npm
directory: /
target-branch: develop
schedule:
interval: daily
- package-ecosystem: github-actions
directory: /
target-branch: develop
schedule:
interval: daily

View File

@ -1,3 +1,4 @@
'Type: Bug / Error': 'bug/*'
'Type: Enhancement': 'feature/*'
'Type: Other': 'other/*'
'Type: Dependabot': 'dependabot/*'