Skip to content

Commit

Permalink
Create dependabot.yml and codecov.yml (#332)
Browse files Browse the repository at this point in the history
* Create dependabot.yml

* Create codecov.yml
  • Loading branch information
odunbar authored Dec 5, 2024
1 parent a39e67a commit 865fc6c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
comment: false
coverage:
status:
project:
default:
target: auto
# this allows a 10% drop from the previous base commit coverage
threshold: 10%

github_checks:
annotations: false
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

0 comments on commit 865fc6c

Please sign in to comment.