Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d561f59

Browse files
Update workflow
1 parent cc5de27 commit d561f59

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

‎.github/dependabot.yaml‎

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
enable-beta-ecosystems: true
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
- package-ecosystem: "pub"
9+
directory: "/cached_network_image/"
10+
schedule:
11+
interval: "daily"
12+
- package-ecosystem: "pub"
13+
directory: "/cached_network_image_platform_interface/"
14+
schedule:
15+
interval: "daily"
16+
- package-ecosystem: "pub"
17+
directory: "/cached_network_image_web/"
18+
schedule:
19+
interval: "daily"

‎.github/workflows/app_facing_package.yaml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ on:
77
branches: [develop, main]
88
paths:
99
- "cached_network_image/**"
10+
- ".github/workflows/app_facing_package.yaml"
1011
pull_request:
1112
branches: [develop]
1213
paths:
1314
- "cached_network_image/**"
15+
- ".github/workflows/app_facing_package.yaml"
1416

1517
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1618
jobs:

‎.github/workflows/platform_interface.yaml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ on:
77
branches: [develop, main]
88
paths:
99
- "cached_network_image_platform_interface/**"
10+
- ".github/workflows/platform_interface.yaml"
1011
pull_request:
1112
branches: [develop]
1213
paths:
1314
- "cached_network_image_platform_interface/**"
15+
- ".github/workflows/platform_interface.yaml"
1416

1517
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1618
jobs:

‎.github/workflows/web.yaml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ on:
77
branches: [develop, main]
88
paths:
99
- "cached_network_image_web/**"
10+
- ".github/workflows/web.yaml"
1011
pull_request:
1112
branches: [develop]
1213
paths:
1314
- "cached_network_image_web/**"
15+
- ".github/workflows/web.yaml"
1416

1517
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1618
jobs:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /