Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
Merge pull request #25 from CSCfi/dependabot
Browse files Browse the repository at this point in the history
Create dependabot.yml
  • Loading branch information
teemukataja committed Mar 16, 2021
2 parents b2b06f1 + 6a56dd4 commit 0b1dd4c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
labels:
- "pip dependencies"
open-pull-requests-limit: 10
7 changes: 5 additions & 2 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Python Unit Tests

on: [push]

on:
push:
schedule:
- cron: '0 7 * * 1'

jobs:
unit_test:
strategy:
Expand Down

0 comments on commit 0b1dd4c

Please sign in to comment.