From 8f512a620eb809178128f883481e381ca3f62000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Mon, 26 Jun 2023 01:56:52 +0800 Subject: [PATCH] feat: add dependabot --- .github/dependabot.yml | 16 +++++++++++++++ .github/workflows/issue-auto-reply.yml | 4 ++-- .github/workflows/welcome.yml | 27 -------------------------- 3 files changed, 18 insertions(+), 29 deletions(-) create mode 100644 .github/dependabot.yml delete mode 100644 .github/workflows/welcome.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..5918f5e7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +# https://docs.github.com/zh/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +version: 2 +updates: + - package-ecosystem: gomod + directory: / + labels: + - "🤖 Dependencies" + schedule: + interval: daily + open-pull-requests-limit: 100 + - package-ecosystem: github-actions + directory: / + labels: + - "🤖 Dependencies" + schedule: + interval: daily \ No newline at end of file diff --git a/.github/workflows/issue-auto-reply.yml b/.github/workflows/issue-auto-reply.yml index 475c28b1..4c163644 100644 --- a/.github/workflows/issue-auto-reply.yml +++ b/.github/workflows/issue-auto-reply.yml @@ -24,5 +24,5 @@ jobs: body: | Hi @${{ github.event.issue.user.login }} 👋 - 我们认为您的反馈非常有价值!如果有兴趣欢迎前往 极狐GitLab 仓库提交 PR,请包含相应的测试用例、文档等,并确保 CI 通过,感谢和期待您的贡献! - We think your feedback is very valuable! If you are interested, please submit a PR to JiHu GitLab repository, please include test cases, documentation, etc., and ensure that the CI is passed, thank you and look forward to your contribution! + 我们认为您的反馈非常有价值!如果有兴趣欢迎提交 PR,请包含相应的测试用例、文档等,并确保 CI 通过,感谢和期待您的贡献! + We think your feedback is very valuable! If you are interested, please submit a PR, please include test cases, documentation, etc., and ensure that the CI is passed, thank you and look forward to your contribution! diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml deleted file mode 100644 index dabb5865..00000000 --- a/.github/workflows/welcome.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Welcome -on: - pull_request: - types: [ opened, closed ] - issues: - types: [ opened ] -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: wow-actions/welcome@v1 - with: - FIRST_ISSUE: | - Hi @{{ author }} 👋 - - Thanks for opening this issue to HaoZi Panel, we will respond as soon as possible! 💖 - 感谢您向 耗子面板 提出此 Issue,我们将尽快反馈! 💖 - - FIRST_PR: | - Hi @{{ author }} 👋 - - Thanks for opening this PR to HaoZi Panel, But we use JiHu GitLab to develop, please submit PR to our JiHu GitLab repository, thank you! 💖 - 感谢您向 耗子面板 提交此 PR,但是我们使用 极狐GitLab 进行开发,请提交 PR 到我们的 极狐GitLab 仓库,谢谢! 💖 - - STAR_MESSAGE: | - If you like this project, please ⭐star⭐ our repository to support us! - 如果您喜欢这个项目,请 Star 仓库给予我们支持!