Skip to content

Commit

Permalink
Merge pull request #702 from WisdomPill/add_dependabot_for_actions
Browse files Browse the repository at this point in the history
  • Loading branch information
WisdomPill authored Nov 13, 2023
2 parents e085f59 + b709fc3 commit d76f2ff
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
REDIS: ${{ matrix.redis-version }}

- name: Upload coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
env_vars: DJANGO,REDIS,PYTHON
flags: tests
Expand Down
1 change: 1 addition & 0 deletions changelog.d/702.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Configured dependabot for github actions

0 comments on commit d76f2ff

Please sign in to comment.