Skip to content

Commit

Permalink
fix: dependabot ci failure issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ttpss930141011 committed Aug 31, 2023
1 parent 50ecc6a commit 964a0b0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "[RENOVATE-BOT] "

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "[RENOVATE-BOT] "
1 change: 1 addition & 0 deletions .github/workflows/auto-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
{ keyword: 'refactor', label: 'refactor' },
{ keyword: 'fix', label: 'bug' },
{ keyword: '[RENOVATE-BOT]', label: 'dependency upgrade' },
{ keyword: '[DEPENDA-BOT]', label: 'dependency alerts' },
];
// Collect all labels that should be added according to the title
Expand Down

0 comments on commit 964a0b0

Please sign in to comment.