Skip to content

Commit

Permalink
Add Dependabot configuration for daily updates (#95)
Browse files Browse the repository at this point in the history
* Add Dependabot configuration for daily updates

* Update generated date and URLs in package_config.json and pubspec.yaml
  • Loading branch information
mafreud authored Dec 14, 2024
1 parent a2bf1b0 commit f0e6c10
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@
"languageVersion": "3.6"
}
],
"generated": "2024-12-14T14:58:22.746453Z",
"generated": "2024-12-14T15:19:12.725894Z",
"generator": "pub",
"generatorVersion": "3.6.0",
"flutterRoot": "file:///Users/masahiroaoki/Developer/flutter",
Expand Down
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,18 @@ updates:
directory: "/apps/cicd_sandbox_app"
schedule:
interval: "daily"

- package-ecosystem: "pub"
directory: "/apps/dashboard"
schedule:
interval: "daily"

- package-ecosystem: "pub"
directory: "/apps/openci_runner"
schedule:
interval: "daily"

- package-ecosystem: "pub"
directory: "/packages/openci_models"
schedule:
interval: "daily"
3 changes: 3 additions & 0 deletions apps/openci_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.8.3
- fix: update build status

## 0.8.2
- fix: tart runner

Expand Down
4 changes: 4 additions & 0 deletions apps/openci_runner/lib/src/commands/runner_command.dart
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ class RunnerCommand extends Command<int> {

await stopVM(vmName);
await deleteVM(vmName);
await updateBuildStatus(
jobId: buildJob.id,
status: OpenCIGitHubChecksStatus.success,
);
}
}
}
2 changes: 1 addition & 1 deletion apps/openci_runner/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: openci_runner
description: OpenCI Runner
version: 0.8.2
version: 0.8.3
repository: https://github.com/open-ci-io/openci/tree/develop/apps/openci_runner
homepage: https://open-ci.io
environment:
Expand Down

0 comments on commit f0e6c10

Please sign in to comment.