diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-10-09 10:10:51 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-10-09 10:10:51 +0000 |
| commit | 88f36105a4ebcd16ebe0f8e53ea8b9a7b767e679 (patch) | |
| tree | 51df0755cf5b92a667ff05af84472c3eaa40541f /.gitlab | |
| parent | 6ebb7cfd4a6ad82265e4bb2f64619909cd3e850b (diff) | |
add dependabot configuration, fixes #3242
Closes #3242
Merge request studip/studip!2201
Diffstat (limited to '.gitlab')
| -rw-r--r-- | .gitlab/dependabot.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitlab/dependabot.yml b/.gitlab/dependabot.yml new file mode 100644 index 0000000..4850c72 --- /dev/null +++ b/.gitlab/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: + - package-ecosystem: composer + directory: / + schedule: + interval: weekly + labels: [] + versioning-strategy: lockfile-only + open-pull-requests-limit: -1 + open-security-pull-requests-limit: -1 + - package-ecosystem: npm + directory: / + schedule: + interval: weekly + labels: [] + versioning-strategy: lockfile-only + open-pull-requests-limit: -1 + open-security-pull-requests-limit: -1 |
