Skip to content

Commit c3a3dfa

Browse files

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.dependabot/config.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
version: 1
2-
update_configs:
3-
# Update your Gemfile (& lockfiles) as soon as
4-
# new versions are published to the RubyGems registry
5-
- package_manager: "ruby:bundler"
1+
version: 2
2+
updates:
3+
4+
- package-ecosystem: "github-actions"
65
directory: "/"
7-
update_schedule: "live"
6+
schedule:
7+
# Check for updates to GitHub Actions every weekday
8+
interval: "daily"

0 commit comments

Comments
 (0)