Skip to content

Commit

Permalink
Merge pull request #331 from Game-as-a-Service/fix/dependabot-ci-fail…
Browse files Browse the repository at this point in the history
…ure-issue

fix: dependabot ci failure issue
  • Loading branch information
JohnsonMao authored Oct 10, 2023
2 parents 9cc8818 + 6ac3497 commit eadd9c7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
commit-message:
prefix: "[DEPENDA-BOT] "

# Maintain dependencies for npm
# only update dependencies that are very urgent
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "[DEPENDA-BOT] "
open-pull-requests-limit: 0
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 eadd9c7

Please sign in to comment.