Skip to content

Commit

Permalink
Add replay file for GitHub CI files
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed May 24, 2023
1 parent 38e2063 commit f3b5421
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ updates:
directory: "/"
schedule:
interval: "daily"
prefix: "chore(deps): "
prefix-development: "chore(deps-dev): "
commit-message:
prefix: "chore(deps): "
prefix-development: "chore(deps-dev): "
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
interval: daily
prefix: "ci: "
commit-message:
prefix: "ci: "
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "weekly"
prefix: "ci: "
commit-message:
prefix: "ci: "
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ updates:
directory: "/"
schedule:
interval: "daily"
prefix: "chore(deps): "
prefix-development: "chore(deps-dev): "
commit-message:
prefix: "chore(deps): "
prefix-development: "chore(deps-dev): "
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
interval: daily
prefix: "ci: "
commit-message:
prefix: "ci: "
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "weekly"
prefix: "ci: "
commit-message:
prefix: "ci: "
15 changes: 15 additions & 0 deletions e2e-tests/cookiecutters/tap-rest-basic_auth-github-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"cookiecutter": {
"source_name": "AutomaticTestTap",
"admin_name": "Automatic Tester",
"tap_id": "tap-rest-basic_auth",
"library_name": "tap_rest_basic_auth",
"variant": "None (Skip)",
"stream_type": "REST",
"auth_method": "Basic Auth",
"include_ci_files": "GitHub",
"license": "Apache-2.0",
"_template": "../tap-template/",
"_output_dir": "."
}
}

0 comments on commit f3b5421

Please sign in to comment.