From 8a22ae7f93d446802b5532d37338000974377284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Ulsberg?= Date: Fri, 30 Jul 2021 14:47:12 +0200 Subject: [PATCH 1/2] Add configuration for Dependabot native --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..983bc5b5b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: maven + directory: / + schedule: + interval: daily + time: 03:00 + timezone: Europe/Paris + open-pull-requests-limit: 99 From 3739e8c589c4051b03208219721057c9c8b879d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Ulsberg?= Date: Fri, 30 Jul 2021 14:50:26 +0200 Subject: [PATCH 2/2] Add Dependabot configuration for GitHub Actions --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 983bc5b5b..c08aa4a24 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,10 @@ updates: time: 03:00 timezone: Europe/Paris open-pull-requests-limit: 99 + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + time: 03:00 + timezone: Europe/Paris + open-pull-requests-limit: 99