Created
September 20, 2022 02:38
-
-
Save tomdavidson/2bdb9d7eef5456b9e77a1cfb81e5cefc to your computer and use it in GitHub Desktop.
kodiak, semantic pr, and dependabot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json | |
version: 2 | |
updates: | |
- package-ecosystem: 'npm' | |
directory: '/' | |
schedule: | |
interval: 'daily' | |
versioning-strategy: increase-if-necessary | |
labels: | |
- 'deps' | |
- 'auto:merge' | |
- package-ecosystem: 'github-actions' | |
directory: '/' | |
schedule: | |
interval: 'weekly' | |
labels: | |
- 'deps' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json | |
version: 2 | |
updates: | |
- package-ecosystem: 'npm' | |
directory: '/' | |
schedule: | |
interval: 'daily' | |
versioning-strategy: increase-if-necessary | |
labels: | |
- 'deps' | |
- 'auto:merge' | |
- package-ecosystem: 'github-actions' | |
directory: '/' | |
schedule: | |
interval: 'weekly' | |
labels: | |
- 'deps' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Always validate the PR title, and ignore the commits | |
titleOnly: true | |
# Always validate all commits, and ignore the PR title | |
commitsOnly: false | |
# Always validate the PR title AND all the commits | |
titleAndCommits: false | |
# By default types specified in commitizen/conventional-commit-types is used. | |
# See: https://github.com/commitizen/conventional-commit-types/blob/v2.3.0/index.json | |
# You can override the valid types | |
types: | |
- build | |
- chore | |
- ci | |
- docs | |
- feat | |
- fix | |
- perf | |
- refactor | |
- revert | |
- style | |
- test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment