Skip to content

Commit

Permalink
Merge pull request #113 from lsetiawan/add_dependabot
Browse files Browse the repository at this point in the history
build: Add dependabot configs
  • Loading branch information
lsetiawan authored Aug 22, 2024
2 parents 6a5cfa2 + 4835d5b commit 73b4518
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
actions:
patterns:
- "*"
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 73b4518

Please sign in to comment.