summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniel Bast <2790401+dbast@users.noreply.github.com>2021-08-18 09:46:17 +0200
committerJesse Duffield <jessedduffield@gmail.com>2021-08-25 21:43:58 +1000
commitaedeba4fe3bb38a7467dccc2cbe461d8d014dca0 (patch)
tree7aa7a43115e5d7a92a8c68e318256a8df4b2e9d6 /.github
parent7033a4bd5817dd216d6e6249ecd1b14a469625d3 (diff)
Limit to security updates
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 66bb242dc..71e2bd80d 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,4 +4,6 @@ updates:
directory: "/"
schedule:
interval: "weekly"
-
+ allowed_updates:
+ - match:
+ update_type: "security"