Skip to content

Commit 63a184b

Browse files
authored
Merge pull request #2280 from yahonda/introduce_dependabot_github_actions
Keep GitHub Actions updated with Dependabot
2 parents 8201212 + c3a3dfa commit 63a184b

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)