Skip to content

Commit

Permalink
setup dependabot and release summaries (#14)
Browse files Browse the repository at this point in the history
* configure dependabot

* exclude bots from releases
  • Loading branch information
keewis authored Feb 4, 2025
1 parent 627cc16 commit 3a05ca9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates once a week
interval: "weekly"
5 changes: 5 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
changelog:
exclude:
authors:
- dependabot
- pre-commit-ci

0 comments on commit 3a05ca9

Please sign in to comment.