More fileio.

This commit is contained in:
Nuno Cruces
2023-12-12 01:00:13 +00:00
parent c99fbcea6f
commit 6e8d5e5be6
7 changed files with 77 additions and 47 deletions

View File

@@ -9,3 +9,7 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"

View File

@@ -58,7 +58,6 @@ jobs:
with:
chart: true
amend: true
reuse-go: true
if: |
github.event_name == 'push' &&
matrix.os == 'ubuntu-latest'