Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Apr 28, 2024
1 parent 6bfa8e3 commit de64a54
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
day: "monday"
labels:
- "dependencies"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
day: "monday"
labels:
- "dependencies"
27 changes: 27 additions & 0 deletions .github/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
changelog:
exclude:
labels:
- ignore-for-release
authors:
- octocat
categories:
- title: πŸ›  Breaking Changes
labels:
- semver-major
- breaking-change
- title: πŸŽ‰ Exciting New Features
labels:
- semver-minor
- enhancement
- title: 🐞 Bugfixes
labels:
- bug
- title: πŸ“„ Documentation
labels:
- documentation
- title: πŸ“¦ Dependencies
labels:
- dependencies
- title: πŸ—‚οΈ Other Changes
labels:
- "*"

0 comments on commit de64a54

Please sign in to comment.