Skip to content

Commit

Permalink
fix: github action errors (#64)
Browse files Browse the repository at this point in the history
* chore(semantic-release): bump version for compatability with config

* chore(dependabot): remove invalid rust definition
  • Loading branch information
bassco committed Nov 28, 2023
1 parent e0af1e0 commit 3366377
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ updates:
directory: "/"
schedule:
interval: weekly
- package-ecosystem: "rust"
directory: "/"
schedule:
# infrequent updates as this is a library: security updates shouldn't need
# a major version bump, and minor versions can be controlled by users
# Cargo.lock as they will be compatible.
interval: "monthly"
- package-ecosystem: docker
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_USER: ${{ github.repository_owner }}
with:
semantic_version: 19.0.5
semantic_version: 22.0.8
dry_run: false
extra_plugins: |
@semantic-release/changelog@v6.0.3
Expand Down

0 comments on commit 3366377

Please sign in to comment.