File tree Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 1
- # Set update schedule for GitHub Actions
2
- # See https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot
3
-
1
+ # Dependabot configuration file.
2
+ # See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates
4
3
version : 2
5
- updates :
6
4
7
- - package-ecosystem : " github-actions "
8
- directory : " / "
9
- schedule :
10
- # Check for updates to GitHub Actions every weekday
11
- interval : " daily "
5
+ updates :
6
+ - package-ecosystem : " github-actions "
7
+ directory : " / "
8
+ schedule :
9
+ interval : " monthly "
Original file line number Diff line number Diff line change 22
22
matrix :
23
23
sdk : [dev]
24
24
steps :
25
- - uses : actions/checkout@v3
26
- - uses : dart-lang/setup-dart@v1
25
+ - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
26
+ - uses : dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d
27
27
with :
28
28
sdk : ${{ matrix.sdk }}
29
29
- id : install
49
49
os : [ubuntu-latest]
50
50
sdk : [2.12.0, dev]
51
51
steps :
52
- - uses : actions/checkout@v3
53
- - uses : dart-lang/setup-dart@v1
52
+ - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
53
+ - uses : dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d
54
54
with :
55
55
sdk : ${{ matrix.sdk }}
56
56
- id : install
You can’t perform that action at this time.
0 commit comments