From 319b236c1ac187329187ff2004f7c0c397a8aa3c Mon Sep 17 00:00:00 2001 From: "horothesun-renovate[bot]" <155104562+horothesun-renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 20:54:55 +0000 Subject: [PATCH 1/3] Add renovate.json --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..e0a8951 --- /dev/null +++ b/renovate.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended", + ":disableDependencyDashboard" + ] +} From 163d11432bc21c9d806a1b4ca81caed35fe4669a Mon Sep 17 00:00:00 2001 From: Nicola Date: Tue, 13 Aug 2024 21:57:09 +0100 Subject: [PATCH 2/3] github-actions manager --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renovate.json b/renovate.json index e0a8951..7d61ce0 100644 --- a/renovate.json +++ b/renovate.json @@ -3,5 +3,8 @@ "extends": [ "config:recommended", ":disableDependencyDashboard" + ], + "enabledManagers": [ + "github-actions" ] } From e875861b61cc13a41b819635b26182621c4ba36d Mon Sep 17 00:00:00 2001 From: horothesun Date: Tue, 13 Aug 2024 22:00:37 +0100 Subject: [PATCH 3/3] Readme: Renovate badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3d428b..c0bbf82 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![CI (Scala 3)](https://github.com/horothesun/simple-scala-cli.g8/actions/workflows/ci-scala-3.yml/badge.svg)](https://github.com/horothesun/simple-scala-cli.g8/actions/workflows/ci-scala-3.yml) [![CI (Scala 2.13)](https://github.com/horothesun/simple-scala-cli.g8/actions/workflows/ci-scala-213.yml/badge.svg)](https://github.com/horothesun/simple-scala-cli.g8/actions/workflows/ci-scala-213.yml) +[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg?style=flat-square)](https://renovatebot.com) [![CE3](https://img.shields.io/badge/Cats%20Effect-3-%23DC322F?style=flat&labelColor=%23383838&logo=Scala&logoColor=%23DC322F&logoWidth=12&cacheSeconds=3600)](https://typelevel.org/cats-effect/) Giter8 template to generate a simple Scala-CLI project.