From 4f8f44a53d3bb25f3340bb6869aaf9cfc7d3c31c Mon Sep 17 00:00:00 2001 From: spectatorMrZ Date: Sat, 3 Aug 2024 13:41:26 +0800 Subject: [PATCH] chore: add depend bot --- .github/dependabot.yml | 16 ++++++++++++++++ .gitignore | 2 ++ .idea/.gitignore | 8 -------- .idea/goi18nx.iml | 9 --------- .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ 6 files changed, 18 insertions(+), 31 deletions(-) create mode 100644 .github/dependabot.yml delete mode 100644 .idea/.gitignore delete mode 100644 .idea/goi18nx.iml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..aaa3772 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "gomod" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" + groups: + golang: + applies-to: security-updates + patterns: + - "golang.org*" \ No newline at end of file diff --git a/.gitignore b/.gitignore index 3b735ec..82c4ca1 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,5 @@ # Go workspace file go.work + +.idea \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/goi18nx.iml b/.idea/goi18nx.iml deleted file mode 100644 index 5e764c4..0000000 --- a/.idea/goi18nx.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index cd2a515..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file