diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8b2c4c0..69f2040 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,9 +3,9 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: weekly + interval: monthly - package-ecosystem: npm directory: / schedule: - interval: weekly + interval: monthly diff --git a/.gitignore b/.gitignore index b512c09..fd4f2b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +node_modules +.DS_Store diff --git a/action.yml b/action.yml index 3f45c71..48fe9a9 100644 --- a/action.yml +++ b/action.yml @@ -9,5 +9,5 @@ inputs: default: ${{ github.token }} required: true runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'