Skip to content

Commit

Permalink
Merge pull request #10 from duncdrum/fix-bot-pr
Browse files Browse the repository at this point in the history
perf(gha): improve bot pr
  • Loading branch information
joewiz authored Apr 6, 2024
2 parents 74f9f5d + efc97a0 commit 1a9d528
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "weekly"
commit-message:
prefix: "refactor(gha):"
4 changes: 4 additions & 0 deletions commitlint.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
extends: ['@commitlint/config-angular'],
rules: { 'body-max-line-length': [0] }
}
1 change: 0 additions & 1 deletion commitlint.config.js

This file was deleted.

0 comments on commit 1a9d528

Please sign in to comment.