Skip to content

Commit

Permalink
chore: dependabot gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgamerr committed Apr 17, 2024
1 parent 2a7f31a commit 3d4be41
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
6 changes: 2 additions & 4 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# These are supported funding model platforms

github: dvgamerr
custom: sponsor.touno.io
github: dvgamerr
custom: https://sponsor.dvgamerr.app
16 changes: 8 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: "monthly"
interval: daily
time: '00:00'
commit-message:
prefix: fix
prefix-development: chore
include: scope

0 comments on commit 3d4be41

Please sign in to comment.