Skip to content

Commit

Permalink
Merge pull request #39 from jonboulle/tweak-github-config
Browse files Browse the repository at this point in the history
Tweak CI config
  • Loading branch information
sagikazarmark authored Apr 21, 2022
2 parents df58822 + 9610f83 commit 6a247c3
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[{*.yml,*.yaml}]
indent_size = 2
9 changes: 9 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2

updates:
- package-ecosystem: github-actions
directory: /
labels:
- dependencies
schedule:
interval: daily
29 changes: 29 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
changelog:
exclude:
labels:
- release-note/ignore
categories:
- title: Exciting New Features 🎉
labels:
- release-note/new-feature
- title: Enhancements 🚀
labels:
- enhancement
- release-note/enhancement
- title: Bug Fixes 🐛
labels:
- bug
- release-note/bug-fix
- title: Breaking Changes 🛠
labels:
- release-note/breaking-change
- title: Deprecations ❌
labels:
- release-note/deprecation
- title: Dependency Updates ⬆️
labels:
- dependencies
- release-note/dependency-update
- title: Other Changes
labels:
- "*"
2 changes: 0 additions & 2 deletions .github/workflows/.editorconfig

This file was deleted.

0 comments on commit 6a247c3

Please sign in to comment.