Skip to content

Commit

Permalink
Merge pull request #76 from anton-rs/rf/feat/dependabot
Browse files Browse the repository at this point in the history
fix: Github Workflows
  • Loading branch information
refcell authored Oct 17, 2024
2 parents 712f5ea + b5663e7 commit 8cca270
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @clabby @refcell
26 changes: 26 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
coverage:
range: 50..100
round: down
precision: 1
status:
# ref: https://docs.codecov.com/docs/commit-status
project:
default:
# Avoid false negatives
threshold: 1%
patch:
default:
target: auto
# Avoid false negatives
threshold: 1%
base: auto
only_pulls: true

ignore:
- "**/test_utils/*"

# Make comments less noisy
comment:
layout: "condensed_header, condensed_files, condensed_footer"
require_changes: true
hide_project_coverage: false
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: daily
- package-ecosystem: cargo
directory: /
schedule:
interval: daily
ignore:
- dependency-name: "*"
# patch and minor updates don't matter for libraries
# remove this ignore rule if your package has binaries
update-types:
- "version-update:semver-patch"
- "version-update:semver-minor"

0 comments on commit 8cca270

Please sign in to comment.