Skip to content

Commit

Permalink
chore(ci): Enable updates for docker and changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jontze committed Aug 15, 2024
1 parent ef65aca commit d65ce54
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 13 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,17 @@ updates:
directory: "/"
schedule:
interval: "daily"

- package-ecosystem: "docker" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
commit-message:
prefix: "fix(deps)"
prefix-development: "chore(dev-deps)"
groups:
runtime-dependencies:
dependency-type: "production"
update-types:
- "patch"
- "minor"
13 changes: 0 additions & 13 deletions .github/workflows/finished_release.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,17 @@ jobs:
files: ${{ env.PROJECT_NAME }}-*/${{ env.PROJECT_NAME }}-*
generate_release_notes: true

changelog_gen:
needs:
- release
permissions:
contents: write
name: Generate Changelog
uses: jontze/.workflows/.github/workflows/changelog_gen.yaml@main
with:
ref: main
secrets: inherit

publish:
name: Publish Crate to private Registry
runs-on: ubuntu-latest
Expand Down

0 comments on commit d65ce54

Please sign in to comment.