Skip to content

Commit

Permalink
refactor(CI): replace renovate with github dependabot (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqcode authored Aug 22, 2023
1 parent 1e83954 commit 6c7ce98
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 16 deletions.
34 changes: 34 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# 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
directory: /
schedule:
interval: monthly
commit-message:
prefix: "[go] "

- package-ecosystem: pnpm
directory: /ui
schedule:
interval: monthly
commit-message:
prefix: "[ui] "

- package-ecosystem: docker
directory: /
schedule:
interval: monthly
commit-message:
prefix: "[docker] "

- package-ecosystem: github-actions
directory: /.github/workflows
schedule:
interval: monthly
commit-message:
prefix: "[ci] "
16 changes: 0 additions & 16 deletions .github/renovate.json

This file was deleted.

0 comments on commit 6c7ce98

Please sign in to comment.