Skip to content

Commit

Permalink
Merge pull request #74 from Alviner/feature/updateActions
Browse files Browse the repository at this point in the history
feat: update githubactions
  • Loading branch information
Alviner authored Oct 18, 2024
2 parents 454a80d + 91c074f commit f7205e6
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,20 @@ updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: daily
time: '00:00'
open-pull-requests-limit: 10
commit-message:
prefix: fix
prefix-development: chore
include: scope
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: daily
time: '00:00'
open-pull-requests-limit: 10
commit-message:
prefix: fix
prefix-development: chore
include: scope

0 comments on commit f7205e6

Please sign in to comment.