diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2022-02-16 15:52:54 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2022-02-16 15:52:54 +0100 |
commit | 3f133f62aafac3739f87db9e35cabbe3eed61900 (patch) | |
tree | 5ab69d93074f7c54cff160cfc4faa2e9c5990d9c /.github | |
parent | 1bfd001cf6add6cb99d5231502c8c19e8dce910a (diff) | |
download | nextcloud-server-3f133f62aafac3739f87db9e35cabbe3eed61900.tar.gz nextcloud-server-3f133f62aafac3739f87db9e35cabbe3eed61900.zip |
only security updates for 21
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 4 |
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" |