Skip to content

Commit

Permalink
Merge pull request #510 from SpiNNakerManchester/github-job-timeouts
Browse files Browse the repository at this point in the history
Improve github integration
  • Loading branch information
dkfellows committed Apr 21, 2023
2 parents 9886ff6 + 76d4de1 commit 99c633d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright (c) 2021 The University of Manchester
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
assignees:
- "dkfellows"
reviewers:
- "rowleya"
4 changes: 2 additions & 2 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ env:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
Expand Down Expand Up @@ -73,11 +74,10 @@ jobs:

validate:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
python-version: ["3.8"]
env:
BASE_PKG: pacman

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 99c633d

Please sign in to comment.