mirror of
https://github.com/BreizhHardware/Site-comptage-heure.git
synced 2026-01-18 16:17:28 +01:00
feat: ajouter la cible de branche 'dev' pour les mises à jour de dépendances dans dependabot.yml
This commit is contained in:
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
@@ -9,13 +9,16 @@ updates:
|
||||
directory: '/.github/workflow' # Location of package manifests
|
||||
schedule:
|
||||
interval: 'weekly'
|
||||
target-branch: 'dev'
|
||||
|
||||
- package-ecosystem: 'npm'
|
||||
directory: '/' # Location of package manifests
|
||||
schedule:
|
||||
interval: 'weekly'
|
||||
target-branch: 'dev'
|
||||
|
||||
- package-ecosystem: 'docker'
|
||||
directory: '/' # Location of Dockerfile
|
||||
schedule:
|
||||
interval: 'weekly'
|
||||
target-branch: 'dev'
|
||||
|
||||
Reference in New Issue
Block a user