diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7b7aa8d..e2b65a1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,12 @@ version: 2 updates: - - package-ecosystem: "npm" # See documentation for possible values - directory: "/" # Location of package manifests - open-pull-requests-limit: 20 - schedule: - interval: "daily" - time: "19:00" - timezone: "Asia/Shanghai" + - package-ecosystem: "npm" # See documentation for possible values + directory: "/" # Location of package manifests + open-pull-requests-limit: 20 + schedule: + interval: "daily" + time: "19:00" + timezone: "Asia/Shanghai" + ignore: + - dependency-name: "conventional-changelog-cli" diff --git a/package.json b/package.json index 5b0a97d..08e11a0 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "commitizen": "^4.2.3", - "conventional-changelog-cli": "4.1.0", + "conventional-changelog-cli": "2.2.2", "conventional-changelog-cmyr-config": "2.1.0", "cross-env": "^7.0.3", "cz-conventional-changelog": "^3.3.0", diff --git a/src/index.ts b/src/index.ts index 46bd8d6..99256ac 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,6 @@ export * from './push/custom-email' export * from './push/dingtalk' +export * from './push/discord' export * from './push/i-got' export * from './push/push-deer' export * from './push/push-plus'