From 05e17e8c748eee6c368184a4c0e3119530fbffad Mon Sep 17 00:00:00 2001 From: Johannes Date: Fri, 26 Nov 2021 09:17:27 +0100 Subject: [PATCH] Enable automatic update of GH Actions (#33) --- .github/dependabot.yml | 14 +++++++++----- .gitignore | 4 +++- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c918472..e06defc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,11 @@ version: 2 updates: -- package-ecosystem: cargo - directory: "/" - schedule: - interval: daily - time: "05:35" \ No newline at end of file + - package-ecosystem: cargo + directory: "/" + schedule: + interval: daily + time: "05:35" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" \ No newline at end of file diff --git a/.gitignore b/.gitignore index 63fd23e..e6029d6 100755 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,6 @@ Cargo.lock **/*.rs.bk Cargo.lock -.DS_Store \ No newline at end of file +.DS_Store + +.idea \ No newline at end of file