diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 77595b5..3bfd02d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ -version: 2 -updates: - - package-ecosystem: "npm" - directory: "/" # Location of package manifests - schedule: - interval: "weekly" +# version: 2 +# updates: +# - package-ecosystem: "npm" +# directory: "/" # Location of package manifests +# schedule: +# interval: "weekly" diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d277141..568666e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,34 +1,34 @@ -name: Build it up! -on: - # schedule: - # - cron: '0 0 * * *' - push: - branches: - - main -jobs: - build-and-deploy: - concurrency: ci-${{ github.ref }} - runs-on: ubuntu-latest - steps: - - name: Checkout 🛎️ - uses: actions/checkout@v3 +# name: Build it up! +# on: +# # schedule: +# # - cron: '0 0 * * *' +# push: +# branches: +# - main +# jobs: +# build-and-deploy: +# concurrency: ci-${{ github.ref }} +# runs-on: ubuntu-latest +# steps: +# - name: Checkout 🛎️ +# uses: actions/checkout@v3 - - name: Setup Git - run: | - git config user.name "danelliottpalmer" - git config user.email "danelliottpalmer@gmail.com" +# - name: Setup Git +# run: | +# git config user.name "danelliottpalmer" +# git config user.email "danelliottpalmer@gmail.com" - - name: Install and Build - run: | - npm ci - npm run build +# - name: Install and Build +# run: | +# npm ci +# npm run build - - name: Create Index.html - run: | - node lib/index.js +# - name: Create Index.html +# run: | +# node lib/index.js - - name: Commit Files - run: | - git add index.html games.ics - git commit -m "feat(files): update static index and games calendar" - git push origin main +# - name: Commit Files +# run: | +# git add index.html games.ics +# git commit -m "feat(files): update static index and games calendar" +# git push origin main