Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2022-02-16 17:52:54 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-02-16 17:52:54 +0300
commit3f133f62aafac3739f87db9e35cabbe3eed61900 (patch)
tree5ab69d93074f7c54cff160cfc4faa2e9c5990d9c /.github
parent1bfd001cf6add6cb99d5231502c8c19e8dce910a (diff)
only security updates for 21
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 02d491a942a..b235a696a6f 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -71,7 +71,7 @@ updates:
ignore:
# ignore all GitHub linguist patch updates
- dependency-name: "*"
- update-types: ["version-update:semver-major", "version-update:semver-minor"]
+ update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"]
- package-ecosystem: npm
directory: "/"
@@ -126,7 +126,7 @@ updates:
ignore:
# ignore all GitHub linguist patch updates
- dependency-name: "*"
- update-types: ["version-update:semver-major", "version-update:semver-minor"]
+ update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"]
- package-ecosystem: composer
directory: "/build/integration"