mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-29 14:50:08 +00:00
ci: ignore commits by dependabot (#929)
This commit is contained in:
@@ -4,7 +4,7 @@ import process from 'node:process';
|
||||
import { Octokit } from '@octokit/action';
|
||||
import conventionalRecommendedBump from 'conventional-recommended-bump';
|
||||
|
||||
const IGNORED_COMMIT_AUTHORS = ['renovate[bot]'];
|
||||
const IGNORED_COMMIT_AUTHORS = ['renovate[bot]', 'dependabot[bot]'];
|
||||
const RELEASE_COMMIT_PREFIX = 'chore(release):';
|
||||
|
||||
console.log('🚀 Running the release script...');
|
||||
|
||||
Reference in New Issue
Block a user