summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2020-07-31 06:11:54 +0100
committerGitHub <noreply@github.com>2020-07-31 06:11:54 +0100
commitaf652dd3d3eb73bd5d5587b70e2d5bfbbc2de599 (patch)
tree4cc5a0f442b12a64093997bba49da06dbc170785 /.github
parente997abd55d33eeb28e357fe96713caf1f07f255b (diff)
parente2f49f7db822032598c22f5dca4a4f989695b9e8 (diff)
downloadnixpkgs-af652dd3d3eb73bd5d5587b70e2d5bfbbc2de599.tar
nixpkgs-af652dd3d3eb73bd5d5587b70e2d5bfbbc2de599.tar.gz
nixpkgs-af652dd3d3eb73bd5d5587b70e2d5bfbbc2de599.tar.bz2
nixpkgs-af652dd3d3eb73bd5d5587b70e2d5bfbbc2de599.tar.lz
nixpkgs-af652dd3d3eb73bd5d5587b70e2d5bfbbc2de599.tar.xz
nixpkgs-af652dd3d3eb73bd5d5587b70e2d5bfbbc2de599.tar.zst
nixpkgs-af652dd3d3eb73bd5d5587b70e2d5bfbbc2de599.zip
Merge pull request #94285 from Mic92/dependabot
dependabot: automatically update github actions
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000000..5ace4600a1f
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"