From d340ad1c41356b42482ee0219c050e9abb67e862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E6=A2=A6=E6=8A=80=E6=9C=AF?= <596392912@qq.com> Date: Wed, 24 Jul 2024 19:58:34 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=B7=BB=E5=8A=A0=20idea=20icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate.json | 3 +++ .gitignore | 1 + .idea/icon.svg | 1 + 3 files changed, 5 insertions(+) create mode 100644 .idea/icon.svg diff --git a/.github/renovate.json b/.github/renovate.json index 5db72dd..a9d37e7 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,5 +2,8 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" + ], + "baseBranches": [ + "dev" ] } diff --git a/.gitignore b/.gitignore index 01f5980..56a50fc 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ bin/ ### IntelliJ IDEA ### +!.idea/icon.png .idea out/ *.iws diff --git a/.idea/icon.svg b/.idea/icon.svg new file mode 100644 index 0000000..8601c99 --- /dev/null +++ b/.idea/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file