Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
ci: update the dependabot config to work with 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinpinto committed Mar 23, 2021
1 parent ba666c0 commit 947a5d3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .dependabot/config.yml

This file was deleted.

23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Validator: https://dependabot.com/docs/config-file-beta/validator/
version: 2
updates:
# node packages
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"
include: "scope"
# set this to 0 to disable updates
open-pull-requests-limit: 10

# github actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore"
include: "scope"
open-pull-requests-limit: 10
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ module.exports = {
'footer-max-line-length': [0, 'never'],
'body-max-line-length': [0, 'never'],
},
ignores: [(message) => message.startsWith('chore(deps): ')],
};

0 comments on commit 947a5d3

Please sign in to comment.