Skip to content

Commit

Permalink
Merge pull request nodejs#3094 from nschonni/actions-dependabot
Browse files Browse the repository at this point in the history
chore: add Dependabot for GitHub Actions
  • Loading branch information
UlisesGascon authored Nov 24, 2022
2 parents f4179e5 + 6147313 commit 5b16a58
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
6 changes: 5 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Lint
on: [push, pull_request]
on:
push:
branches-ignore:
- "dependabot/*"
pull_request:
jobs:
Python:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 5b16a58

Please sign in to comment.