From dc08b4f69c3c6505838a975eb40cd126cc390680 Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Thu, 28 Dec 2023 18:39:48 +0100 Subject: [PATCH 1/3] Create FUNDING.yml Signed-off-by: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> --- .github/FUNDING.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..e58518a --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,25 @@ +# These are supported funding model platforms + +jobs: + job_id: + permissions: + contents: 'read' + id-token: 'write' + + steps: + + # ... + + - uses: 'google-github-actions/auth@v2' + with: + workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider' + service_account: 'my-service-account@my-project.iam.gserviceaccount.com' + + - uses: 'google-github-actions/deploy-cloudrun@v2' + with: + image: 'gcr.io/cloudrun/hello' + service: 'hello-cloud-run' +github: [KIDI’S TECH.com,kidiit] +patreon: KIDI'S-TECH@patreon.com +community_bridge: https://openprofile.dev/profile/kiditech +custom: [https://github.com/KIDI-S-TECH, https://github.com/KidiIT] From 916cfb5a76334b051625fb00d2699f4e1eeb14e0 Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Thu, 4 Jan 2024 18:17:36 +0100 Subject: [PATCH 2/3] Update dependabot.yml Signed-off-by: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> --- .github/dependabot.yml | 36 +++++++++++------------------------- 1 file changed, 11 insertions(+), 25 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f575ec7..a4de648 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,34 +1,20 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - -# `dependabot.yml` file with updates -# disabled for Docker and limited for npm + # Basic `dependabot.yml` file with +# minimum configuration for two package managers version: 2 updates: - # Configuration for Dockerfile - - package-ecosystem: "docker" + # Enable version updates for npm + - package-ecosystem: "npm" + # Look for `package.json` and `lock` files in the `root` directory directory: "/" + # Check the npm registry for updates every day (weekdays) schedule: - interval: "weekly" - # Disable all pull requests for Docker dependencies - open-pull-requests-limit: 0 + interval: "daily" - # Configuration for npm - - package-ecosystem: "npm" + # Enable version updates for Docker + - package-ecosystem: "docker" + # Look for a `Dockerfile` in the `root` directory directory: "/" + # Check for updates once a week schedule: interval: "weekly" - ignore: - # Ignore updates to packages that start with 'aws' - # Wildcards match zero or more arbitrary characters - - dependency-name: "aws*" - # Ignore some updates to the 'express' package - - dependency-name: "express" - # Ignore only new versions for 4.x and 5.x - versions: ["4.x", "5.x"] - # For all packages, ignore all patch updates - - dependency-name: "*" - update-types: ["version-update:semver-patch"] From 549a0238ac9c401311f6f405c42b97ae15d4b70f Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Fri, 5 Jan 2024 19:22:32 +0100 Subject: [PATCH 3/3] update on entry.js file --- entry.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/entry.js b/entry.js index a4fd7ed..cb6e848 100644 --- a/entry.js +++ b/entry.js @@ -31,8 +31,7 @@ entryForm.onsubmit=(e)=>{ formErr.contactErr = 'this field is requried'; }else{ - console.log({username,password,aspiring}); - alert("Congratulation you've successfully submitted your application,Thanks for time your "+username); + alert("Congratulation you've successfully submitted your application,Thanks for time your "); } let errElement = document.querySelectorAll('.err')