Skip to content

Commit

Permalink
Merge pull request #201 from nasa/feature/issue0200-dependabot-frequency
Browse files Browse the repository at this point in the history
Feature/issue0200 dependabot frequency
  • Loading branch information
danielfromearth authored Apr 30, 2024
2 parents f703279 + 7c52e66 commit 9d1dc09
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
interval: "monthly"
# Raise pull requests for version updates
# to pip against the `develop` branch
target-branch: "develop"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
interval: "monthly"
# Raise pull requests for version updates
# to pip against the `develop` branch
target-branch: "develop"
9 changes: 5 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ repos:
hooks:
- id: mypy

- repo: "https://github.com/mfisher87/alexjs-pre-commit-mirror"
rev: "v11.0.1" # Use the sha / tag you prefer
hooks:
- id: "alex"
# TODO: Reconsider using the alexjs hook when there is a way to ignore particular warnings and/or files.
# - repo: "https://github.com/mfisher87/alexjs-pre-commit-mirror"
# rev: "v11.0.1" # Use the sha / tag you prefer
# hooks:
# - id: "alex"
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased]
### Added
### Changed
- changed license to Apache License 2.0.
- [Issue #184](https://github.com/nasa/ncompare/issues/184): changed license to Apache License 2.0.
- [Issue #200](https://github.com/nasa/ncompare/issues/200): Change dependabot frequency to monthly
### Deprecated
### Removed
### Fixed
- [Pull/190](https://github.com/nasa/ncompare/pull/190): codecov upload token error
- [Pull #190](https://github.com/nasa/ncompare/pull/190): codecov upload token error
- [Pull #199](https://github.com/nasa/ncompare/pull/199): Resolve linting error
### Security

Expand Down

0 comments on commit 9d1dc09

Please sign in to comment.