Skip to content

Commit

Permalink
chore: setup dependabot for codegen (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen authored Jul 24, 2024
1 parent 596c0c2 commit dc7a3b4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ updates:
interval: monthly
assignees: [hougesen]
open-pull-requests-limit: 25
- package-ecosystem: cargo
directory: /codegen
schedule:
interval: monthly
assignees: [hougesen]
open-pull-requests-limit: 25
- package-ecosystem: github-actions
directory: /
schedule:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [Unreleased](https://github.com/hougesen/mdsf/compare/v0.2.1...HEAD)

- build(deps): bump env_logger from 0.11.3 to 0.11.4 [`#412`](https://github.com/hougesen/mdsf/pull/412)
- build(deps): bump clap from 4.5.9 to 4.5.10 [`#411`](https://github.com/hougesen/mdsf/pull/411)
- build(deps): bump openssl from 0.10.64 to 0.10.66 in /codegen [`#410`](https://github.com/hougesen/mdsf/pull/410)
- build(deps): bump toml to 0.8.15 [`#409`](https://github.com/hougesen/mdsf/pull/409)
- docs: move configuration section above completions [`#408`](https://github.com/hougesen/mdsf/pull/408)
- build(deps): bump clap_complete to 4.5.8 [`#407`](https://github.com/hougesen/mdsf/pull/407)
- build(deps): bump test-with to 0.13.0 [`#406`](https://github.com/hougesen/mdsf/pull/406)
Expand Down
12 changes: 6 additions & 6 deletions codegen/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dc7a3b4

Please sign in to comment.