From 864754639c312ac68311c341b4a90082f55a6cf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Apr 2021 01:01:14 +0200 Subject: [PATCH 1/5] Bump elixir from 1.11.2-alpine to 1.11.4-alpine (#26) Bumps elixir from 1.11.2-alpine to 1.11.4-alpine. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2789003..885899e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM elixir:1.11.2-alpine +FROM elixir:1.11.4-alpine ENV UID=911 GID=911 \ MIX_ENV=prod From 7663354aba53e9e97f2f5f6fbc556901ae373b01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 08:50:25 +0200 Subject: [PATCH 2/5] Bump actions/checkout from 2 to 2.3.4 (#28) Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index d836d99..0b83be4 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 - name: Lint Code Base uses: docker://github/super-linter:v2.2.2 From 39c36518eb1f2b3f008e174f5db75afdf5b27d75 Mon Sep 17 00:00:00 2001 From: Stanislas Date: Wed, 12 May 2021 08:50:44 +0200 Subject: [PATCH 3/5] Update dependabot.yml --- .github/dependabot.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 49660e2..4a23a39 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: docker directory: "/" schedule: - interval: daily + interval: weekly assignees: - "angristan" reviewers: @@ -11,8 +11,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" - assignees: - - "angristan" - reviewers: - - "angristan" + interval: "weekly" From d6128e8d0637189e654b6a99e3d487e1a8e32903 Mon Sep 17 00:00:00 2001 From: Stanislas Date: Wed, 12 May 2021 08:51:17 +0200 Subject: [PATCH 4/5] Delete FUNDING.yml --- .github/FUNDING.yml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 7d1aa44..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,3 +0,0 @@ -patreon: angristan -liberapay: angristan -ko_fi: angristan From 2ae758d3b3674a8f7a1f332a16e52ae448950ba0 Mon Sep 17 00:00:00 2001 From: Stanislas Date: Mon, 7 Jun 2021 10:42:35 +0200 Subject: [PATCH 5/5] Update dependabot.yml --- .github/dependabot.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4a23a39..7017396 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,14 +1,10 @@ version: 2 updates: -- package-ecosystem: docker +- package-ecosystem: "docker" directory: "/" schedule: - interval: weekly - assignees: - - "angristan" - reviewers: - - "angristan" + interval: "monthly" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly"