From eb3b4a3bf1cb67c45be92ad7c6f6cbed58ba92a0 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Tue, 24 Mar 2020 11:33:41 +0100 Subject: [PATCH] Test Dependabot Beta (v2) --- .dependabot/config.yml | 8 -------- .github/dependabot.yml | 11 +++++++++++ LICENSE | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) delete mode 100644 .dependabot/config.yml create mode 100644 .github/dependabot.yml diff --git a/.dependabot/config.yml b/.dependabot/config.yml deleted file mode 100644 index dd4594a..0000000 --- a/.dependabot/config.yml +++ /dev/null @@ -1,8 +0,0 @@ -version: 1 -update_configs: - - package_manager: "javascript" - directory: "/" - update_schedule: "daily" - default_labels: - - ":game_die: dependencies" - - ":robot: bot" diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..2e96b29 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + time: "06:00" + timezone: "Europe/Paris" + labels: + - ":game_die: dependencies" + - ":robot: bot" diff --git a/LICENSE b/LICENSE index 89a92d2..89a6941 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 CrazyMax +Copyright (c) 2019-2020 CrazyMax Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal