Skip to content

Commit

Permalink
Merge remote-tracking branch 'ci/main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Defelo committed Aug 24, 2023
2 parents 431447c + a05751e commit 466aa0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ updates:
directory: /
schedule:
interval: daily
groups:
actions:
patterns: ["*"]

- package-ecosystem: cargo
directory: /
schedule:
interval: daily
ignore:
ignore: # for libs only
- dependency-name: "*"
update-types: # for libs only
update-types:
- "version-update:semver-patch"
- "version-update:semver-minor"
2 changes: 1 addition & 1 deletion .github/workflows/notify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Notify release
uses: nearform-actions/github-action-notify-release@v1
with:
notify-after: '7d'
notify-after: '14d'

0 comments on commit 466aa0f

Please sign in to comment.