Skip to content

Commit f71bc06

Browse files
authored
Merge pull request #5 from palashmon/feat/update-dependabot
chore: update dependabot versions
2 parents 247df9d + 080c57d commit f71bc06

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
72
updates:
83
- package-ecosystem: "npm" # See documentation for possible values
@@ -13,3 +8,8 @@ updates:
138
# For all packages, ignore all patch updates
149
- dependency-name: "*"
1510
update-types: ["version-update:semver-major"]
11+
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "daily"

0 commit comments

Comments
 (0)